1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-06-17 12:54:49 +00:00
parent 3d9a901150
commit 95e5ad2848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389910

View File

@ -3,7 +3,7 @@
PORTNAME= jpeginfo
PORTVERSION= 1.6.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.kokkonen.net/tjko/src/
@ -19,4 +19,7 @@ MAKE_ARGS= mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR}
PLIST_FILES= bin/jpeginfo man/man1/jpeginfo.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo
.include <bsd.port.mk>