diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-29 02:54:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-29 02:54:46 +0000 |
commit | 23497c5cd45fe1a1ebad16c7d259be5f8171fe21 (patch) | |
tree | 10aed8dc66811cd26dca97ab538b5d57393a05d5 /graphics/giflib | |
parent | 41804a095eba7eb08babd134b9004f20ff2f9e98 (diff) | |
download | pkgsrc-23497c5cd45fe1a1ebad16c7d259be5f8171fe21.tar.gz |
Update for NetBSD, by boquist@cs.chalmers.se.
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 5 | ||||
-rw-r--r-- | graphics/giflib/pkg/PLIST | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 4fa3e807d49..d877d3c66c2 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -3,7 +3,8 @@ # Date created: 03 May 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/12/29 02:51:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/12/29 02:54:46 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.2 1997/09/24 06:55:01 tg Exp # DISTNAME= giflib-3.0 @@ -17,6 +18,6 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/giflib @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib .endif - @${LDCONFIG} -m ${PREFIX}/lib + @${LDCONFIG} -m ${PREFIX}/lib || true .include <bsd.port.mk> diff --git a/graphics/giflib/pkg/PLIST b/graphics/giflib/pkg/PLIST index 766011e4197..cc20378b414 100644 --- a/graphics/giflib/pkg/PLIST +++ b/graphics/giflib/pkg/PLIST @@ -32,6 +32,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 share/doc/giflib/gif2bgi.html share/doc/giflib/gif2epsn.html share/doc/giflib/gif2herc.html |