aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-18 22:16:06 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-18 22:16:06 +0800
commit979619acd634d49aaf9caab21a115e0325cc6699 (patch)
treec7f5e7da6d552eab0bf5dad7abc4ce77a25b5214 /astro
parent2f6c0204bd6ff31fd482ba3ae943ab366d243c85 (diff)
downloadfreebsd-ports-gnome-979619acd634d49aaf9caab21a115e0325cc6699.tar.gz
freebsd-ports-gnome-979619acd634d49aaf9caab21a115e0325cc6699.tar.zst
freebsd-ports-gnome-979619acd634d49aaf9caab21a115e0325cc6699.zip
- Strip library
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>