summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-27 06:40:04 +0000
committertron <tron@pkgsrc.org>2000-11-27 06:40:04 +0000
commit0ccff7fccf57de1698882a99fb1b8b3efd7757b4 (patch)
treeaa1fc18d85a0759df83d26387901ba4c0294e9c2 /devel
parentf93c777aa12c9e8219b58e2d8c68a13603341be0 (diff)
downloadpkgsrc-0ccff7fccf57de1698882a99fb1b8b3efd7757b4.tar.gz
Need to substitude "${LOCALBASE}" in the package list.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index 5bf283c8af8..58c222e4d21 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/11/27 02:52:58 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2000/11/27 06:40:04 tron Exp $
#
DISTNAME= GConf-0.8
@@ -28,6 +28,7 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11PREFIX}/include"
+PLIST_SUBST+= LOCALBASE=${LOCALBASE}
post-install:
${SED} -e 's#@@X11PREFIX@@#${X11PREFIX}#g' < ${PKGDIR}/MESSAGE \