svn commit: r419851 - head/graphics/iec16022

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:28:24 UTC 2016


Author: ehaupt
Date: Mon Aug  8 14:28:23 2016
New Revision: 419851
URL: https://svnweb.freebsd.org/changeset/ports/419851

Log:
  Strip binary

Modified:
  head/graphics/iec16022/Makefile

Modified: head/graphics/iec16022/Makefile
==============================================================================
--- head/graphics/iec16022/Makefile	Mon Aug  8 14:26:50 2016	(r419850)
+++ head/graphics/iec16022/Makefile	Mon Aug  8 14:28:23 2016	(r419851)
@@ -3,7 +3,7 @@
 
 PORTNAME=	iec16022
 PORTVERSION=	0.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://datenfreihafen.org/~stefan/iec16022/ \
 		LOCAL/ehaupt
@@ -21,6 +21,8 @@ USES=		libtool pkgconfig
 
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
 
+INSTALL_TARGET=	install-strip
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \
 		${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c


More information about the svn-ports-all mailing list