diff options
-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 |