1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix shebang for obsolte bin/gifburst

PR:		188637
Submitted by:	Steve Wills

- Strip libgif
This commit is contained in:
Dirk Meyer 2014-04-15 08:13:14 +00:00
parent 38f8ccaac3
commit 34c95229b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351312

View File

@ -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