diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 13:31:29 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 13:31:29 +0800 |
commit | ce2b300e93cbd5208230322899a643c83f1f1196 (patch) | |
tree | 7d0c16dce15851ff8eaf43aefc5fd139e922d485 /ftp/omi | |
parent | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (diff) | |
download | freebsd-ports-gnome-ce2b300e93cbd5208230322899a643c83f1f1196.tar.gz freebsd-ports-gnome-ce2b300e93cbd5208230322899a643c83f1f1196.tar.zst freebsd-ports-gnome-ce2b300e93cbd5208230322899a643c83f1f1196.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 |