diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-04-15 16:13:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-04-15 16:13:14 +0800 |
commit | e8763435c13c5639b796aa057e8b37c742e25063 (patch) | |
tree | 2614558b44ad3044021929e39ceb2f6674f3bee6 /graphics/giflib | |
parent | 1b074a0a8298ca874697d8aab11026a40029468e (diff) | |
download | freebsd-ports-gnome-e8763435c13c5639b796aa057e8b37c742e25063.tar.gz freebsd-ports-gnome-e8763435c13c5639b796aa057e8b37c742e25063.tar.zst freebsd-ports-gnome-e8763435c13c5639b796aa057e8b37c742e25063.zip |
- Fix shebang for obsolte bin/gifburst
PR: 188637
Submitted by: Steve Wills
- Strip libgif
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 6 |
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 |