diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 09:42:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 09:42:51 +0000 |
commit | ad7bd04ff9586da9ae03754ffbe0dc56ff4a980a (patch) | |
tree | b3bf5f88e218fee7778208f842d8b8e7210dc866 /audio | |
parent | 98433c35c066f981a79da34b18abccbc73e1d9a1 (diff) | |
download | ports-ad7bd04ff9586da9ae03754ffbe0dc56ff4a980a.tar.gz ports-ad7bd04ff9586da9ae03754ffbe0dc56ff4a980a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/uade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile index 252d5721015f..bf02cbd6e722 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -3,7 +3,7 @@ PORTNAME= uade PORTVERSION= 2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://zakalwe.fi/uade/uade2/ \ LOCAL/ehaupt @@ -60,5 +60,7 @@ post-install: .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/uade123 \ + ${STAGEDIR}${PREFIX}/lib/uade2/uadecore .include <bsd.port.mk> |