diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-10 14:16:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-10 14:16:02 +0000 |
commit | fe2a964bad1d0ee372d1031a675f62ca14429f98 (patch) | |
tree | cfabd78dc416d233af9ab47a9d13489b24c0a818 /graphics/autotrace/Makefile | |
parent | 72f8e6444c438a4cd63f0103ef758d36379f7d59 (diff) | |
download | ports-fe2a964bad1d0ee372d1031a675f62ca14429f98.tar.gz ports-fe2a964bad1d0ee372d1031a675f62ca14429f98.zip |
Notes
Diffstat (limited to 'graphics/autotrace/Makefile')
-rw-r--r-- | graphics/autotrace/Makefile | 4 |
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> |