summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-27 07:36:09 +0000
committertron <tron@pkgsrc.org>2000-11-27 07:36:09 +0000
commit49c6ee0ddbfda3926b92a19f93b0d9c0e120fb6b (patch)
tree710931588d18fa864f00245f9af21ce2e78ed55c /devel
parent58ce3623f52178d8ba89e3617a286b8218cfe630 (diff)
downloadpkgsrc-49c6ee0ddbfda3926b92a19f93b0d9c0e120fb6b.tar.gz
Rename "lib/GConf/1/libgconfbackend-xml.so" to
"lib/GConf/1/libgconfbackend-xml.so.0.0" during installation until the automatic ELF shared library handling gets fixed.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/Makefile4
-rw-r--r--devel/GConf/pkg/PLIST4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index f52b45c01eb..3000af7c3e6 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/11/27 06:45:42 tron Exp $
+# $NetBSD: Makefile,v 1.6 2000/11/27 07:36:09 tron Exp $
#
DISTNAME= GConf-0.8
@@ -36,5 +36,7 @@ post-install:
${TEST} ${PREFIX} = ${LOCALBASE} || \
${LN} -fs ${PREFIX}/share/aclocal/gconf-1.m4 \
${LOCALBASE}/share/aclocal/gconf-1.m4
+ ${MV} ${PREFIX}/lib/GConf/1/libgconfbackend-xml.so \
+ ${PREFIX}/lib/GConf/1/libgconfbackend-xml.so.0.0
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/GConf/pkg/PLIST b/devel/GConf/pkg/PLIST
index 3050c862cbf..a1cf1891f46 100644
--- a/devel/GConf/pkg/PLIST
+++ b/devel/GConf/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2000/11/27 06:31:49 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/11/27 07:36:09 tron Exp $
bin/gconf-config
bin/gconf-config-1
bin/gconfd-1
@@ -61,7 +61,5 @@ share/oaf/gconfd-1.oafinfo
@dirrm etc/gconf/schemas
@dirrm etc/gconf/1
@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