summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-24 05:20:59 +0000
committerhubertf <hubertf>1998-01-24 05:20:59 +0000
commit2ec80b957c0d2cc44882c308062357b3bb541add (patch)
tree38159b19d156b8ac44f478e56a4318a102ec994f /graphics
parentaf39ca99c12c4bfde46dd50ac2fc2d1d15724537 (diff)
downloadpkgsrc-2ec80b957c0d2cc44882c308062357b3bb541add.tar.gz
portlint: ldconfig||true
Diffstat (limited to 'graphics')
-rw-r--r--graphics/giflib/Makefile4
-rw-r--r--graphics/giflib/pkg/PLIST5
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index d877d3c66c2..5427be3a262 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.2 1997/12/29 02:54:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/01/24 05:20:59 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} -m ${PREFIX}/lib || /usr/bin/true
.include <bsd.port.mk>
diff --git a/graphics/giflib/pkg/PLIST b/graphics/giflib/pkg/PLIST
index cc20378b414..82454bd1ae6 100644
--- a/graphics/giflib/pkg/PLIST
+++ b/graphics/giflib/pkg/PLIST
@@ -1,3 +1,4 @@
+@comment $NetBSD: PLIST,v 1.3 1998/01/24 05:21:01 hubertf Exp $
bin/gif2epsn
bin/gif2ps
bin/gif2rgb
@@ -32,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 || true
-@unexec /sbin/ldconfig -m %B || true
+@exec /sbin/ldconfig -m %B || /usr/bin/true
+@unexec /sbin/ldconfig -m %B || /usr/bin/true
share/doc/giflib/gif2bgi.html
share/doc/giflib/gif2epsn.html
share/doc/giflib/gif2herc.html