diff options
author | tron <tron> | 2000-11-27 06:44:36 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-27 06:44:36 +0000 |
commit | dc49611e6b509f0756cd9a2a1da407a2bc0e1c1f (patch) | |
tree | 6dc5d3381df70997c04b624623bac1d6db4ba5a9 /devel | |
parent | 84aba8084b00b679fa3c22b06e2ecdc1ecec8365 (diff) | |
download | pkgsrc-dc49611e6b509f0756cd9a2a1da407a2bc0e1c1f.tar.gz |
Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" if
"xpkwedge" is not used.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 58c222e4d21..5c7d7fd2bbf 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/27 06:40:04 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/27 06:44:36 tron Exp $ # DISTNAME= GConf-0.8 @@ -33,5 +33,8 @@ PLIST_SUBST+= LOCALBASE=${LOCALBASE} post-install: ${SED} -e 's#@@X11PREFIX@@#${X11PREFIX}#g' < ${PKGDIR}/MESSAGE \ > ${MESSAGE_FILE} + ${TEST} ${PREFIX} = ${LOCALBASE} || \ + ${LN} -fs ${PREFIX}/share/aclocal/gimp.m4 \ + ${LOCALBASE}/share/aclocal/gimp.m4 .include "../../mk/bsd.pkg.mk" |