diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:22:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:22:46 +0800 |
commit | ac3096fd494854449edb7e07032312add1ed2613 (patch) | |
tree | ae6b5764bcfa6fcd8ee97906e7fea99a3c078964 /audio | |
parent | dc704bda457f3eda07571990a7111efad45ee78f (diff) | |
download | freebsd-ports-graphics-ac3096fd494854449edb7e07032312add1ed2613.tar.gz freebsd-ports-graphics-ac3096fd494854449edb7e07032312add1ed2613.tar.zst freebsd-ports-graphics-ac3096fd494854449edb7e07032312add1ed2613.zip |
- Strip library
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jamin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 4ce10348e24..564e23b22d7 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> |