diff options
-rw-r--r-- | devel/openzz/Makefile | 6 |
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> |