summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>2000-11-27 06:40:04 +0000
committertron <tron>2000-11-27 06:40:04 +0000
commit84aba8084b00b679fa3c22b06e2ecdc1ecec8365 (patch)
treeaa1fc18d85a0759df83d26387901ba4c0294e9c2 /devel
parentbc86ff33feb78fa244c8e7d510595cc6e68d1b12 (diff)
downloadpkgsrc-84aba8084b00b679fa3c22b06e2ecdc1ecec8365.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 \