Date: Mon, 9 Mar 2015 00:58:38 +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: r380821 - head/graphics/cinepaint Message-ID: <201503090058.t290wccp063846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503090058.t290wccp063846>