diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/momspider/Makefile | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/momspider/Makefile')
-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 9112e34b39c9..e697d2f90aa1 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 |