summaryrefslogtreecommitdiff
path: root/devel/buildtool
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-26 16:49:17 +0000
committerminskim <minskim@pkgsrc.org>2004-04-26 16:49:17 +0000
commitf0ef3b072f2a5b52c16924c95d24fed9fb047d22 (patch)
treef0f48089ea66e539adb5f0c19c6f31874abce01d /devel/buildtool
parent228608ef83f82b647b90018772b618d615a69457 (diff)
downloadpkgsrc-f0ef3b072f2a5b52c16924c95d24fed9fb047d22.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}"