summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-11-10 12:22:36 +0000
committergrant <grant@pkgsrc.org>2002-11-10 12:22:36 +0000
commit5d6e9f75a6c312135914d0415fe6710b41005c7b (patch)
tree372bed5cd4985595fb35c7286b639fdd1777395e /www
parentf07e00c1f92fef64e3b35d17afceb7927d6d8d8a (diff)
downloadpkgsrc-5d6e9f75a6c312135914d0415fe6710b41005c7b.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"