diff options
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 |