diff options
Diffstat (limited to 'devel/newt')
-rw-r--r-- | devel/newt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile index e1b1578aea1d..bdc3ea39da48 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: newt -# Version required: 0.50-13 # Date created: 08 Jan 2000 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= newt-0.50-13 -PKGNAME= newt-0.50.13 +PORTNAME= newt +PORTVERSION= 0.50.13 CATEGORIES= devel MASTER_SITES= \ ftp://ftp.cdrom.com/pub/linux/redhat/redhat-6.1/SRPMS/SRPMS/ \ ftp://ftp.redhat.com/pub/redhat/redhat-6.1/SRPMS/SRPMS/ \ ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/redhat-6.1/SRPMS/SRPMS/ +DISTNAME= ${PORTNAME}-0.50-13 EXTRACT_SUFX= .src.rpm MAINTAINER= will@FreeBSD.org |