Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 1997 22:50:06 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        sauber@netcom.com, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/3440
Message-ID:  <199706040550.WAA07623@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: port of webstone submitted

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040550.WAA07623>