svn commit: r380925 - head/graphics/autotrace

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 10 14:16:03 UTC 2015


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>


More information about the svn-ports-head mailing list