aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeginfo
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 12:54:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 12:54:49 +0000
commit95e5ad2848691a432c8ae8f90c032fe053ced3a0 (patch)
tree4342e6520a91a86a575186212286f97666931d9d /graphics/jpeginfo
parent3d9a9011504957994dcf2604fe96f7c651383e4c (diff)
downloadports-95e5ad2848691a432c8ae8f90c032fe053ced3a0.tar.gz
ports-95e5ad2848691a432c8ae8f90c032fe053ced3a0.zip
- Strip binary
Notes
Notes: svn path=/head/; revision=389910
Diffstat (limited to 'graphics/jpeginfo')
-rw-r--r--graphics/jpeginfo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile
index 8f0db7f854fa..26db239d1440 100644
--- a/graphics/jpeginfo/Makefile
+++ b/graphics/jpeginfo/Makefile
@@ -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>