diff options
author | tron <tron@pkgsrc.org> | 2000-11-27 06:31:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-27 06:31:49 +0000 |
commit | 350e373f795bad83685847927a69def75bd1fd43 (patch) | |
tree | f7ee43ada53782de61d0e42ce89564f4d127ed21 /devel | |
parent | 43913f0daafafd2cf7aa6b20320ea96e48177c21 (diff) | |
download | pkgsrc-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/PLIST | 4 |
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 |