summaryrefslogtreecommitdiff
path: root/devel/buildtool
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-26 16:49:17 +0000
committerminskim <minskim>2004-04-26 16:49:17 +0000
commit9b14793e6177bffcb01129dc3c70cbc3a7928602 (patch)
treef0f48089ea66e539adb5f0c19c6f31874abce01d /devel/buildtool
parent8ec41b54eaa7be142164588f918dff18684bb99c (diff)
downloadpkgsrc-9b14793e6177bffcb01129dc3c70cbc3a7928602.tar.gz
Use PREFIX insead of LOCALBASE when specifying where the package is
installed.
Diffstat (limited to 'devel/buildtool')
-rw-r--r--devel/buildtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
index 197370f4bcb..91145a47228 100644
--- a/devel/buildtool/Makefile
+++ b/devel/buildtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/07 01:47:01 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2004/04/26 16:49:17 minskim Exp $
#
DISTNAME= buildtool-0.15
@@ -18,7 +18,7 @@ TEST_TARGET= test
PKG_SYSCONFSUBDIR= buildtool
-CONFIGURE_ARGS= -p ${LOCALBASE}
+CONFIGURE_ARGS= -p ${PREFIX}
CONFIGURE_ARGS+= -c ${PKG_SYSCONFDIR}
CONFIGURE_ENV+= SH="${SH}"