aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-10 22:16:02 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-10 22:16:02 +0800
commit70158688aba98395442f17c6afbade45645765d8 (patch)
treecfabd78dc416d233af9ab47a9d13489b24c0a818 /graphics
parentb181b2469f418a41a5e447363690af05b66a02b6 (diff)
downloadfreebsd-ports-gnome-70158688aba98395442f17c6afbade45645765d8.tar.gz
freebsd-ports-gnome-70158688aba98395442f17c6afbade45645765d8.tar.zst
freebsd-ports-gnome-70158688aba98395442f17c6afbade45645765d8.zip
- Strip library
Diffstat (limited to 'graphics')
-rw-r--r--graphics/autotrace/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index 6d85c0efd989..1e38bec1307a 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -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>