summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant>2002-11-10 12:22:36 +0000
committergrant <grant>2002-11-10 12:22:36 +0000
commitdab268e2a7a44a836247d0bf8258bbb24c809a40 (patch)
tree372bed5cd4985595fb35c7286b639fdd1777395e /www
parent8e54b173e8ea3f3367d1283359fc3d687dc22a67 (diff)
downloadpkgsrc-dab268e2a7a44a836247d0bf8258bbb24c809a40.tar.gz
we define WRKSRC, so let's use it. bit of whitespace cleanup.
Diffstat (limited to 'www')
-rw-r--r--www/phoenix-linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phoenix-linux/Makefile b/www/phoenix-linux/Makefile
index b512597b13b..2293d31a12b 100644
--- a/www/phoenix-linux/Makefile
+++ b/www/phoenix-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/10/31 00:47:02 grant Exp $
+# $NetBSD: Makefile,v 1.4 2002/11/10 12:22:36 grant Exp $
#
DISTNAME= phoenix-0.4-i686-pc-linux-gnu
@@ -25,7 +25,7 @@ post-build:
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/phoenix-linux
- cd ${WRKDIR}/phoenix; && ${PAX} -rw . ${PREFIX}/lib/phoenix-linux
+ cd ${WRKSRC}; && ${PAX} -rw . ${PREFIX}/lib/phoenix-linux
${INSTALL_SCRIPT} ${WRKDIR}/phoenix.sh ${PREFIX}/bin/phoenix-linux
.include "../../mk/bsd.prefs.mk"