diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 17:32:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 17:32:17 +0800 |
commit | b0abd208372e542f3a3dd4c11769f4aa15bb7f3f (patch) | |
tree | 0954370d2c98ca8f2e06923dcdec08b12fdc4698 /audio | |
parent | 19fe0e59982f6522503d7b4513fe78e434de2f04 (diff) | |
download | freebsd-ports-gnome-b0abd208372e542f3a3dd4c11769f4aa15bb7f3f.tar.gz freebsd-ports-gnome-b0abd208372e542f3a3dd4c11769f4aa15bb7f3f.tar.zst freebsd-ports-gnome-b0abd208372e542f3a3dd4c11769f4aa15bb7f3f.zip |
Strip library
Diffstat (limited to 'audio')
-rw-r--r-- | audio/resid/Makefile | 4 |
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> |