svn commit: r419846 - head/devel/libbinio

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:13:17 UTC 2016


Author: ehaupt
Date: Mon Aug  8 14:13:15 2016
New Revision: 419846
URL: https://svnweb.freebsd.org/changeset/ports/419846

Log:
  Pacify stage-qa

Modified:
  head/devel/libbinio/Makefile

Modified: head/devel/libbinio/Makefile
==============================================================================
--- head/devel/libbinio/Makefile	Mon Aug  8 14:10:34 2016	(r419845)
+++ head/devel/libbinio/Makefile	Mon Aug  8 14:13:15 2016	(r419846)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libbinio
 PORTVERSION=	1.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -22,6 +22,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	${CPPFLAGS}
 CXXFLAGS+=	${CPPFLAGS}
 
+INSTALL_TARGET=	install-strip
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.in
 


More information about the svn-ports-all mailing list