diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-01 14:13:55 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-01 14:13:55 +0000 |
commit | 27b2f1ea3a81c3f8f96426ae0bdfda427d7e293c (patch) | |
tree | 32e1c3afe3b53aa0a8345ebf5ea79a0bd7589f85 /audio | |
parent | 19a065dec31ed1bc9191f6a4b9b21125f8393c41 (diff) | |
download | FreeBSD-ports-27b2f1ea3a81c3f8f96426ae0bdfda427d7e293c.zip FreeBSD-ports-27b2f1ea3a81c3f8f96426ae0bdfda427d7e293c.tar.gz |
- Strip library
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmpc-albumview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmpc-albumview/Makefile b/audio/gmpc-albumview/Makefile index 825af96..fac188a 100644 --- a/audio/gmpc-albumview/Makefile +++ b/audio/gmpc-albumview/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmpc-albumview PORTVERSION= 11.8.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ @@ -17,5 +17,6 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool USES= gettext gmake libtool pkgconfig +INSTALL_TARGET= install-strip .include <bsd.port.mk> |