aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-18 14:16:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-18 14:16:06 +0000
commit1ed653869add1d3c9ade40ad61dd3fa60469f816 (patch)
treec7f5e7da6d552eab0bf5dad7abc4ce77a25b5214 /astro
parentd03c0e3c1ec60f42df726e2652dc778f68eb33f8 (diff)
downloadports-1ed653869add1d3c9ade40ad61dd3fa60469f816.tar.gz
ports-1ed653869add1d3c9ade40ad61dd3fa60469f816.zip
- Strip library
Notes
Notes: svn path=/head/; revision=381554
Diffstat (limited to 'astro')
-rw-r--r--astro/py-pyfits/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile
index e2a5abdda150..32f30c00914e 100644
--- a/astro/py-pyfits/Makefile
+++ b/astro/py-pyfits/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pyfits
PORTVERSION= 3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,4 +23,7 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= python
USE_PYTHON= autoplist distutils
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyfits/compression.so
+
.include <bsd.port.mk>