diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
commit | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (patch) | |
tree | af192acb44bc78babb8295dfaebfa76b487f1087 /ftp/omi | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) | |
download | freebsd-ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.zip |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'ftp/omi')
-rw-r--r-- | ftp/omi/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile index 011c1658acb4..bc19a60dfa33 100644 --- a/ftp/omi/Makefile +++ b/ftp/omi/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: omi # http://fromme.com/omi/ -# Version required: alpha # Date created: 19 August 1995 # Whom: ache # # $FreeBSD$ # -DISTNAME= omi-alpha-9 +PORTNAME= omi +PORTVERSION= alpha-9 CATEGORIES= ftp -MASTER_SITES= http://dorifer.heim3.tu-clausthal.de/~olli/omi/ +MASTER_SITES= http://dorifer.heim3.tu-clausthal.de/~olli/omi/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -ALL_TARGET= freebsd +ALL_TARGET= freebsd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/omi ${PREFIX}/bin |