diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /ports-mgmt | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) | |
download | ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portcheckout/Makefile | 10 | ||||
-rw-r--r-- | ports-mgmt/portlint/Makefile | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile index 54cc14170b3c..d9704983963d 100644 --- a/ports-mgmt/portcheckout/Makefile +++ b/ports-mgmt/portcheckout/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: portcheckout -# Version required: 1.0 # Date created: 1 November 1998 # Whom: wosch # # $FreeBSD$ # -DISTNAME= portcheckout-2.0 +PORTNAME= portcheckout +PORTVERSION= 2.0 CATEGORIES= devel -MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ +MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ -MAINTAINER= wosch@FreeBSD.org +MAINTAINER= wosch@FreeBSD.org -USE_PERL5= yes +USE_PERL5= yes MAN1= portcheckout.1 MANCOMPRESSED= maybe diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 90db3c62bf3d..af1951f13d4d 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -6,7 +6,8 @@ # $FreeBSD$ # -DISTNAME= portlint-2.1.3 +PORTNAME= portlint +PORTVERSION= 2.1.3 CATEGORIES= devel DISTFILES= # empty |