svn commit: r419810 - head/audio/uade

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 09:42:52 UTC 2016


Author: ehaupt
Date: Mon Aug  8 09:42:51 2016
New Revision: 419810
URL: https://svnweb.freebsd.org/changeset/ports/419810

Log:
  Strip binaries

Modified:
  head/audio/uade/Makefile

Modified: head/audio/uade/Makefile
==============================================================================
--- head/audio/uade/Makefile	Mon Aug  8 09:35:15 2016	(r419809)
+++ head/audio/uade/Makefile	Mon Aug  8 09:42:51 2016	(r419810)
@@ -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>


More information about the svn-ports-all mailing list