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 /devel/newt | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) | |
download | ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip |
Notes
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 |