summaryrefslogtreecommitdiff
path: root/www/webstone
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-10 00:07:29 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-10 00:07:29 +0000
commitc3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch)
tree94b6306cf43a2f77691932d56a3d8be806d6e130 /www/webstone
parentUpdate 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/webstone')
-rw-r--r--www/webstone/Makefile20
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 )