diff options
Diffstat (limited to 'astro/py-pyfits/Makefile')
-rw-r--r-- | astro/py-pyfits/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile index e2a5abdda15..32f30c00914 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> |