svn commit: r388220 - head/devel/openzz

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 12:58:38 UTC 2015


Author: amdmi3
Date: Mon Jun  1 12:58:37 2015
New Revision: 388220
URL: https://svnweb.freebsd.org/changeset/ports/388220

Log:
  - Strip libraries

Modified:
  head/devel/openzz/Makefile

Modified: head/devel/openzz/Makefile
==============================================================================
--- head/devel/openzz/Makefile	Mon Jun  1 12:58:20 2015	(r388219)
+++ head/devel/openzz/Makefile	Mon Jun  1 12:58:37 2015	(r388220)
@@ -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}-${PORTVER
 
 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>


More information about the svn-ports-all mailing list