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/squirm | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/squirm')
-rw-r--r-- | www/squirm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squirm/Makefile b/www/squirm/Makefile index 0a5292626b8b..c0067dfc5b09 100644 --- a/www/squirm/Makefile +++ b/www/squirm/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: squirm -# Version required: 1.0betaB # Date created: 24 May 1999 # Whom: Maxim Sobolev <sobomax@altavista.net> # # $FreeBSD$ # -DISTNAME= squirm-1.0betaB -PKGNAME= squirm-1.0b +PORTNAME= squirm +PORTVERSION= 1.0b CATEGORIES= www MASTER_SITES= http://www.senet.com.au/squirm/ \ http://www.elab.co.za/squirm/ +DISTNAME= squirm-1.0betaB MAINTAINER= sobomax@altavista.net |