summaryrefslogtreecommitdiff
path: root/graphics/giflib/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-29 02:54:46 +0000
committerhubertf <hubertf>1997-12-29 02:54:46 +0000
commitc3629c46c5bd1d3a92127bb026330a15f4c52b49 (patch)
tree10aed8dc66811cd26dca97ab538b5d57393a05d5 /graphics/giflib/Makefile
parent305296f5e267dcfabf4798635cddbb27313f1a39 (diff)
downloadpkgsrc-c3629c46c5bd1d3a92127bb026330a15f4c52b49.tar.gz
Update for NetBSD, by boquist@cs.chalmers.se.
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r--graphics/giflib/Makefile5
1 files changed, 3 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>