summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-27 06:31:49 +0000
committertron <tron@pkgsrc.org>2000-11-27 06:31:49 +0000
commit350e373f795bad83685847927a69def75bd1fd43 (patch)
treef7ee43ada53782de61d0e42ce89564f4d127ed21 /devel
parent43913f0daafafd2cf7aa6b20320ea96e48177c21 (diff)
downloadpkgsrc-350e373f795bad83685847927a69def75bd1fd43.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/pkg/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/GConf/pkg/PLIST b/devel/GConf/pkg/PLIST
index 5e52bacf625..3050c862cbf 100644
--- a/devel/GConf/pkg/PLIST
+++ b/devel/GConf/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/30 06:19:08 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/11/27 06:31:49 tron Exp $
bin/gconf-config
bin/gconf-config-1
bin/gconfd-1
@@ -63,3 +63,5 @@ share/oaf/gconfd-1.oafinfo
@dirrm etc/gconf
lib/GConf/1/libgconfbackend-xml.so
lib/GConf/1/libgconfbackend-xml.so.0
+@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gconf-1.m4 ${LOCALBASE}/share/aclocal/gconf-1.m4
+@unexec test %D = ${LOCALBASE} || rm ${LOCALBASE}/share/aclocal/gconf-1.m4