diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/momspider | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/momspider')
-rw-r--r-- | www/momspider/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/momspider/Makefile b/www/momspider/Makefile index 9112e34..e697d2f 100644 --- a/www/momspider/Makefile +++ b/www/momspider/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: dict -# Version required: 1.00 # Date created: 11 October 1997 # Whom: wosch # # $FreeBSD$ # -DISTNAME= MOMspider-1.00 -PKGNAME= momspider-1.00 +PORTNAME= momspider +PORTVERSION= 1.00 CATEGORIES= www MASTER_SITES= ftp://www.ics.uci.edu/pub/websoft/libwww-perl/ \ ftp://www.ics.uci.edu/pub/websoft/MOMspider/ \ http://www.de.freebsd.org/~wosch/src/ +DISTNAME= MOMspider-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} libwww-perl-0.40.tar.gz MAINTAINER= wosch@FreeBSD.org |