aboutsummaryrefslogtreecommitdiff
path: root/audio/jamin/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:22:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:22:46 +0000
commit90afcbf4872bd37c26cdd657f533937a410e119f (patch)
treeae6b5764bcfa6fcd8ee97906e7fea99a3c078964 /audio/jamin/Makefile
parentd5bcbda542682ae3df9e1d99a8373ca37e2e0c09 (diff)
downloadports-90afcbf4872bd37c26cdd657f533937a410e119f.tar.gz
ports-90afcbf4872bd37c26cdd657f533937a410e119f.zip
Notes
Diffstat (limited to 'audio/jamin/Makefile')
-rw-r--r--audio/jamin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile
index 4ce10348e24e..564e23b22d77 100644
--- a/audio/jamin/Makefile
+++ b/audio/jamin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jamin
PORTVERSION= 0.95.0
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= SF
@@ -21,4 +21,7 @@ GNU_CONFIGURE= yes
USES= desktop-file-utils gmake libtool pkgconfig shared-mime-info
USE_GNOME= gtk20 libxml2
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/jamincont_1912.so
+
.include <bsd.port.mk>