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/nscache/Makefile | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/nscache/Makefile')
-rw-r--r-- | www/nscache/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/nscache/Makefile b/www/nscache/Makefile index a5b882e62fce..03c547ccb6b3 100644 --- a/www/nscache/Makefile +++ b/www/nscache/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: nscache -# Version required: 0.2p2 # Date created: 04 March 2000 # Whom: Kris Kennaway <kris@FreeBSD.org> # # $FreeBSD$ +# -DISTNAME= nscache-0.2pl2 -PKGNAME= nscache-0.2p2 +PORTNAME= nscache +PORTVERSION= 0.2p2 CATEGORIES= www MASTER_SITES= http://www.idata.sk/~ondrej/sw/ +DISTNAME= nscache-0.2pl2 EXTRACT_SUFX= .tgz MAINTAINER= kris@FreeBSD.org |