From 49c6ee0ddbfda3926b92a19f93b0d9c0e120fb6b Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 27 Nov 2000 07:36:09 +0000 Subject: 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. --- devel/GConf/Makefile | 4 +++- devel/GConf/pkg/PLIST | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3