svn commit: r387431 - head/audio/calf

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 25 20:16:46 UTC 2015


Author: amdmi3
Date: Mon May 25 20:16:45 2015
New Revision: 387431
URL: https://svnweb.freebsd.org/changeset/ports/387431

Log:
  - Strip libraries
  
  Approved by:	portmgr blanket

Modified:
  head/audio/calf/Makefile

Modified: head/audio/calf/Makefile
==============================================================================
--- head/audio/calf/Makefile	Mon May 25 20:16:17 2015	(r387430)
+++ head/audio/calf/Makefile	Mon May 25 20:16:45 2015	(r387431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	calf
 PORTVERSION=	0.0.19
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -23,6 +23,7 @@ USES=		gmake pkgconfig libtool
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -70,6 +71,8 @@ pre-build:
 .endif
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/calf/calf.so \
+		${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calflv2gui.so
 .if ${PORT_OPTIONS:MLV2}
 	@(cd ${WRKDIR}/calfmakerdf/src && ./calfmakerdf -m ttl \
 		-p ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2)


More information about the svn-ports-head mailing list