svn commit: r419808 - head/audio/resid

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 09:32:18 UTC 2016


Author: ehaupt
Date: Mon Aug  8 09:32:17 2016
New Revision: 419808
URL: https://svnweb.freebsd.org/changeset/ports/419808

Log:
  Strip library

Modified:
  head/audio/resid/Makefile

Modified: head/audio/resid/Makefile
==============================================================================
--- head/audio/resid/Makefile	Mon Aug  8 09:29:31 2016	(r419807)
+++ head/audio/resid/Makefile	Mon Aug  8 09:32:17 2016	(r419808)
@@ -3,7 +3,7 @@
 
 PORTNAME=	resid
 PORTVERSION=	0.16
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio emulators
 MASTER_SITES=	LOCAL/ehaupt
 
@@ -18,4 +18,6 @@ USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=		--enable-shared
 
+INSTALL_TARGET=	install-strip
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list