svn commit: r388553 - head/audio/spiralsynthmodular

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 22:00:15 UTC 2015


Author: amdmi3
Date: Thu Jun  4 22:00:14 2015
New Revision: 388553
URL: https://svnweb.freebsd.org/changeset/ports/388553

Log:
  - Strip libraries

Modified:
  head/audio/spiralsynthmodular/Makefile

Modified: head/audio/spiralsynthmodular/Makefile
==============================================================================
--- head/audio/spiralsynthmodular/Makefile	Thu Jun  4 21:43:45 2015	(r388552)
+++ head/audio/spiralsynthmodular/Makefile	Thu Jun  4 22:00:14 2015	(r388553)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spiralsynthmodular
 PORTVERSION=	0.2.2a
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	SF/spiralmodular/spiralmodular/${PORTVERSION}%20%28Latest%20Version%29
 DISTNAME=	spiralmodular-${PORTVERSION}
@@ -18,7 +18,6 @@ LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-
 
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
-
 CONFIGURE_ENV=	FLTK_CONFIG="${FLTK_CONFIG}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
@@ -61,4 +60,8 @@ post-patch:
 		/^#include "FL/s|.h"$$|.H"|; \
 		s|fl_file_chooser.H|Fl_File_Chooser.H|g'
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/SpiralPlugins/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list