diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
commit | f6fc8a8a9e14e367650817be6027f926692af42a (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/giflib | |
parent | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff) | |
download | pkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.tar.gz |
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 4 | ||||
-rw-r--r-- | graphics/giflib/pkg/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index d59c3962d12..7afa2ea2e69 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -3,7 +3,7 @@ # Date created: 03 May 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:16 hubertf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/09/24 06:55:01 tg Exp # @@ -18,6 +18,6 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/giflib @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib .endif - @${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} + @${LDCONFIG} || ${TRUE} .include <bsd.port.mk> diff --git a/graphics/giflib/pkg/PLIST b/graphics/giflib/pkg/PLIST index 82454bd1ae6..5018fbf7992 100644 --- a/graphics/giflib/pkg/PLIST +++ b/graphics/giflib/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/01/24 05:21:01 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/02/02 08:59:58 hubertf Exp $ bin/gif2epsn bin/gif2ps bin/gif2rgb @@ -33,8 +33,8 @@ include/giflib/gif_hash.h include/giflib/gif_lib.h lib/libgif.a lib/libgif.so.3.0 -@exec /sbin/ldconfig -m %B || /usr/bin/true -@unexec /sbin/ldconfig -m %B || /usr/bin/true +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true share/doc/giflib/gif2bgi.html share/doc/giflib/gif2epsn.html share/doc/giflib/gif2herc.html |