svn commit: r380821 - head/graphics/cinepaint

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:58:38 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:58:37 2015
New Revision: 380821
URL: https://svnweb.freebsd.org/changeset/ports/380821
QAT: https://qat.redports.org/buildarchive/r380821/

Log:
  - Strip libraries

Modified:
  head/graphics/cinepaint/Makefile

Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile	Mon Mar  9 00:58:36 2015	(r380820)
+++ head/graphics/cinepaint/Makefile	Mon Mar  9 00:58:37 2015	(r380821)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cinepaint
 DISTVERSION=	1.0-4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION}
 
@@ -33,6 +33,7 @@ USE_AUTOTOOLS=	libtoolize aclocal automa
 ACLOCAL_ARGS=	-I aclocal
 AUTOMAKE_ARGS=	--copy --force-missing --foreign --add-missing
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list