svn commit: r389910 - head/graphics/jpeginfo

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:54:50 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:54:49 2015
New Revision: 389910
URL: https://svnweb.freebsd.org/changeset/ports/389910

Log:
  - Strip binary

Modified:
  head/graphics/jpeginfo/Makefile

Modified: head/graphics/jpeginfo/Makefile
==============================================================================
--- head/graphics/jpeginfo/Makefile	Wed Jun 17 12:54:49 2015	(r389909)
+++ head/graphics/jpeginfo/Makefile	Wed Jun 17 12:54:49 2015	(r389910)
@@ -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 INSTA
 
 PLIST_FILES=	bin/jpeginfo man/man1/jpeginfo.1.gz
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list