diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 09:32:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 09:32:17 +0000 |
commit | 78f2f75da449695cff512de1d23d88aec2273272 (patch) | |
tree | 0954370d2c98ca8f2e06923dcdec08b12fdc4698 /audio | |
parent | 49a98b7908d825d1b244879e295d314e7ff8280c (diff) | |
download | ports-78f2f75da449695cff512de1d23d88aec2273272.tar.gz ports-78f2f75da449695cff512de1d23d88aec2273272.zip |
Notes
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> |