aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 12:58:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 12:58:37 +0000
commit36b55135d8792c9ed9a51167b40f2dc2d1e2ea14 (patch)
tree8da08699049867333713919876a63b608c28c347
parentd7ddfcfda509bb1c2f052a89980bceb5e98a783f (diff)
downloadports-36b55135d8792c9ed9a51167b40f2dc2d1e2ea14.tar.gz
ports-36b55135d8792c9ed9a51167b40f2dc2d1e2ea14.zip
Notes
-rw-r--r--devel/openzz/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile
index e2c71d940129..1c9d0f4680d7 100644
--- a/devel/openzz/Makefile
+++ b/devel/openzz/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openzz
DISTVERSION= 1.0.4-4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0.4-4
@@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
GNU_CONFIGURE= yes
CFLAGS+= -Wno-return-type
-INSTALL_TARGET= install-strip
USES= libtool readline
USE_LDCONFIG= yes
@@ -25,4 +24,7 @@ post-patch:
@${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c
@${REINPLACE_CMD} -e "s/argv\[\]/*argv/" ${WRKSRC}/src/zzbind.h
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
.include <bsd.port.mk>