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/webstone | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/webstone')
-rw-r--r-- | www/webstone/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/webstone/Makefile b/www/webstone/Makefile index 5fe5c92ed930..9810e44dad23 100644 --- a/www/webstone/Makefile +++ b/www/webstone/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: webstone -# Version required: 2.0 # Date created: 25 March 1997 # Whom: Soren Dossing <sauber@netcom.com> # # $FreeBSD$ # -DISTNAME= WebStone-2.0 -PKGNAME= webstone-2.0.1 -CATEGORIES= www benchmarks +PORTNAME= webstone +PORTVERSION= 2.0.1 +CATEGORIES= www benchmarks #WebStone no longer distributed by SGi -#MASTER_SITES= http://www.sgi.com/Products/WebFORCE/WebStone/ +#MASTER_SITES= http://www.sgi.com/Products/WebFORCE/WebStone/ +DISTNAME= WebStone-2.0 -MAINTAINER= sauber@netcom.com +MAINTAINER= sauber@netcom.com -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/WebStone/src -ALL_TARGET= install -NO_INSTALL_MANPAGES=yes +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/WebStone/src +ALL_TARGET= install +NO_INSTALL_MANPAGES= yes post-extract: ( cd ${WRKSRC}; make clobber ) |