summaryrefslogtreecommitdiff
path: root/graphics/giflib
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:58:13 +0000
committerhubertf <hubertf>1998-02-02 08:58:13 +0000
commit928d5f7b9d7d214e572d76523ba1825457252175 (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/giflib
parent83f4bc66f3b83e36f6a70013df80665f12daba20 (diff)
downloadpkgsrc-928d5f7b9d7d214e572d76523ba1825457252175.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/Makefile4
-rw-r--r--graphics/giflib/pkg/PLIST6
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