aboutsummaryrefslogtreecommitdiff
path: root/graphics/giflib
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2014-04-15 08:13:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2014-04-15 08:13:14 +0000
commit34c95229b72dc3c4994f0302511decab0c88c043 (patch)
tree2614558b44ad3044021929e39ceb2f6674f3bee6 /graphics/giflib
parent38f8ccaac3102f066e38711e17fd4ef75aa609e7 (diff)
downloadports-34c95229b72dc3c4994f0302511decab0c88c043.tar.gz
ports-34c95229b72dc3c4994f0302511decab0c88c043.zip
- Fix shebang for obsolte bin/gifburst
PR: 188637 Submitted by: Steve Wills - Strip libgif
Notes
Notes: svn path=/head/; revision=351312
Diffstat (limited to 'graphics/giflib')
-rw-r--r--graphics/giflib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index fd56b9438868..601b22f81f99 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= giflib
PORTVERSION= 4.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x
PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2}
@@ -14,8 +14,9 @@ COMMENT= Tools and library routines for working with GIF images
CONFLICTS= libungif-[0-9]*
PORTSCOUT= limit:^4\.
-USES= tar:bzip2
+USES= tar:bzip2 shebangfix
USE_AUTOTOOLS= libtool
+SHEBANG_FILES= ${WRKSRC}/util/gifburst
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -54,6 +55,7 @@ post-patch:
.endif
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgif.so.5
.for i in ${LMAN1}
${INSTALL_MAN} ${WRKSRC}/doc/${i} ${STAGEDIR}${PREFIX}/man/man1/
.endfor