aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-01 14:13:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-01 14:13:55 +0000
commitab4551383e31dcaf3553b3d643ee0918772f45c6 (patch)
tree32e1c3afe3b53aa0a8345ebf5ea79a0bd7589f85
parent06f6949775e20d63f3aa830562a4da21cc7430f3 (diff)
downloadports-ab4551383e31dcaf3553b3d643ee0918772f45c6.tar.gz
ports-ab4551383e31dcaf3553b3d643ee0918772f45c6.zip
- Strip library
Notes
Notes: svn path=/head/; revision=395756
-rw-r--r--audio/gmpc-albumview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmpc-albumview/Makefile b/audio/gmpc-albumview/Makefile
index 825af965b055..fac188a5a8a1 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>