From nobody  Wed Apr 30 21:43:54 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id VAA08707;
          Wed, 30 Apr 1997 21:43:54 -0700 (PDT)
Message-Id: <199705010443.VAA08707@hub.freebsd.org>
Date: Wed, 30 Apr 1997 21:43:54 -0700 (PDT)
From: sauber@netcom.com
To: freebsd-gnats-submit@freebsd.org
Subject: port of webstone submitted
X-Send-Pr-Version: www-1.0

>Number:         3440
>Category:       ports
>Synopsis:       port of webstone submitted
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May  1 00:53:47 PDT 1997
>Closed-Date:    Tue Jun 3 22:48:02 PDT 1997
>Last-Modified:  Tue Jun  3 22:50:07 PDT 1997
>Originator:     Soren Dossing
>Release:        2.2
>Organization:
>Environment:
>Description:
Port of Webstone 2.0.1 is submitted. The ports tarball is uploaded to
ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/webstone.tar.gz
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Tue Jun 3 22:48:02 PDT 1997 
State-Changed-Why:  

Thanks, committed. 

Use of relative paths is not recommended in port Makefiles.  Please 
use ${WRKDIR} and other appropriate variables.  Also, I don't 
understand why you tried to create the directories after the files 
were extracted (but I used those lines to add @dirrm, thanks! :). 

=== 
diff -ru webstone/Makefile webstone.new/Makefile 
--- webstone/Makefile	Tue Mar 25 15:56:01 1997 
+++ webstone.new/Makefile	Tue Jun  3 22:46:58 1997 
@@ -8,19 +8,18 @@ 

DISTNAME=      WebStone-2.0 
PKGNAME=       webstone-2.0.1 
-CATEGORIES=    benchmarks 
+CATEGORIES=    www benchmarks 
MASTER_SITES=  http://www.sgi.com/Products/WebFORCE/WebStone/ 

MAINTAINER=    sauber@netcom.com 

GNU_CONFIGURE= yes 
-WRKSRC=        work/WebStone/src 
+WRKSRC=        ${WRKDIR}/WebStone/src 
ALL_TARGET=    install 
NO_INSTALL_MANPAGES=yes 

post-extract: 
-	( cd work/WebStone/src; make clobber ) 
- 
+	( cd ${WRKSRC}; make clobber ) 

do-install: 
@${MKDIR} ${PREFIX}/webstone/bin 
diff -ru webstone/pkg/PLIST webstone.new/pkg/PLIST 
--- webstone/pkg/PLIST	Thu Mar  6 16:49:42 1997 
+++ webstone.new/pkg/PLIST	Tue Jun  3 22:44:35 1997 
@@ -35,5 +35,6 @@ 
webstone/conf/paths.pl 
webstone/conf/paths.sh 
webstone/conf/testbed 
-@exec mkdir -p %D/webstone/bin 
-@exec mkdir -p %D/webstone/conf 
+@dirrm webstone/bin 
+@dirrm webstone/conf 
+@dirrm webstone 
>Unformatted:
