Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2015 14:13:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395756 - head/audio/gmpc-albumview
Message-ID:  <201509011413.t81EDum9030034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  1 14:13:55 2015
New Revision: 395756
URL: https://svnweb.freebsd.org/changeset/ports/395756

Log:
  - Strip library

Modified:
  head/audio/gmpc-albumview/Makefile

Modified: head/audio/gmpc-albumview/Makefile
==============================================================================
--- head/audio/gmpc-albumview/Makefile	Tue Sep  1 13:52:37 2015	(r395755)
+++ head/audio/gmpc-albumview/Makefile	Tue Sep  1 14:13:55 2015	(r395756)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509011413.t81EDum9030034>