Date: Tue, 10 Mar 2015 14:16:03 +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: r380925 - head/graphics/autotrace Message-ID: <201503101416.t2AEG3SC045047@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 10 14:16:02 2015 New Revision: 380925 URL: https://svnweb.freebsd.org/changeset/ports/380925 QAT: https://qat.redports.org/buildarchive/r380925/ Log: - Strip library Modified: head/graphics/autotrace/Makefile Modified: head/graphics/autotrace/Makefile ============================================================================== --- head/graphics/autotrace/Makefile Tue Mar 10 14:16:01 2015 (r380924) +++ head/graphics/autotrace/Makefile Tue Mar 10 14:16:02 2015 (r380925) @@ -3,7 +3,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} @@ -44,4 +44,6 @@ post-patch: s|$$PSTOEDIT_CONFIG $$pstoedit_args|pkg-config pstoedit| ; \ /^PSTOEDIT_CONFIG=/s|=.*$$|=pkg-config|' ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libautotrace.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503101416.t2AEG3SC045047>