aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-gd
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:21:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:21:42 +0800
commit03c9314ef6286f28ee122c78fbdb068b24102ab0 (patch)
tree34017bf32074ca805ce74f4d5db61fb201050c79 /graphics/py-gd
parent89546e6ace644cc6140c24b544ed056bcbf3644e (diff)
downloadfreebsd-ports-gnome-03c9314ef6286f28ee122c78fbdb068b24102ab0.tar.gz
freebsd-ports-gnome-03c9314ef6286f28ee122c78fbdb068b24102ab0.tar.zst
freebsd-ports-gnome-03c9314ef6286f28ee122c78fbdb068b24102ab0.zip
- Strip library
Diffstat (limited to 'graphics/py-gd')
-rw-r--r--graphics/py-gd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile
index 7f3695d317da..386a48f6ea43 100644
--- a/graphics/py-gd/Makefile
+++ b/graphics/py-gd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gd
PORTVERSION= 0.58
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -29,4 +29,7 @@ post-patch:
/"ttf", "freetype",/d' \
${WRKSRC}/${PYSETUP}
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_gd.so
+
.include <bsd.port.mk>