aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-08-08 22:13:15 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-08-08 22:13:15 +0800
commit4906888decb462aaba3698378e46c6d3cff85b8e (patch)
tree27573808bcf1006bc2d54b6713e5b8dfaaaf2e22
parent8dc92ee6c499c3b91207bb74cf6d3723e54fa531 (diff)
downloadfreebsd-ports-graphics-4906888decb462aaba3698378e46c6d3cff85b8e.tar.gz
freebsd-ports-graphics-4906888decb462aaba3698378e46c6d3cff85b8e.tar.zst
freebsd-ports-graphics-4906888decb462aaba3698378e46c6d3cff85b8e.zip
Pacify stage-qa
-rw-r--r--devel/libbinio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile
index cf3f406bbb3..b09fd0d4471 100644
--- a/devel/libbinio/Makefile
+++ b/devel/libbinio/Makefile
@@ -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