aboutsummaryrefslogtreecommitdiff
path: root/audio/resid
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 09:32:17 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 09:32:17 +0000
commit78f2f75da449695cff512de1d23d88aec2273272 (patch)
tree0954370d2c98ca8f2e06923dcdec08b12fdc4698 /audio/resid
parent49a98b7908d825d1b244879e295d314e7ff8280c (diff)
downloadports-78f2f75da449695cff512de1d23d88aec2273272.tar.gz
ports-78f2f75da449695cff512de1d23d88aec2273272.zip
Strip library
Notes
Notes: svn path=/head/; revision=419808
Diffstat (limited to 'audio/resid')
-rw-r--r--audio/resid/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile
index 54b482f7d817..22a5f23db0d8 100644
--- a/audio/resid/Makefile
+++ b/audio/resid/Makefile
@@ -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>