Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:13:15 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419846 - head/devel/libbinio
Message-ID:  <201608081413.u78EDFG7006490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081413.u78EDFG7006490>