diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 06:00:14 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 06:00:14 +0800 |
commit | 0930307266cd73ab1fe0e8e2c4f624377a035d86 (patch) | |
tree | c2b8d678f0abf7a23aea734fe203e379736570e9 /audio | |
parent | 0b36f8c92763b7c3b73029b9b540353fa00f54c6 (diff) | |
download | freebsd-ports-gnome-0930307266cd73ab1fe0e8e2c4f624377a035d86.tar.gz freebsd-ports-gnome-0930307266cd73ab1fe0e8e2c4f624377a035d86.tar.zst freebsd-ports-gnome-0930307266cd73ab1fe0e8e2c4f624377a035d86.zip |
- Strip libraries
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index f9c39deabd4b..8e2fadd0f686 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -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-toolkits/fltk \ 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> |