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/npc | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/npc')
-rw-r--r-- | www/npc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/npc/Makefile b/www/npc/Makefile index 7a205af7c3c3..4118a433b7e8 100644 --- a/www/npc/Makefile +++ b/www/npc/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: npc.cgi -# Version required: 0.83 # Date created: 3 December 1998 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # # $FreeBSD$ # -DISTNAME= npc-0.83 +PORTNAME= npc +PORTVERSION= 0.83 CATEGORIES= www MASTER_SITES= http://www2.biglobe.ne.jp/%7Enir/soft/ |