svn commit: r381554 - head/astro/py-pyfits

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 18 14:16:07 UTC 2015


Author: amdmi3
Date: Wed Mar 18 14:16:06 2015
New Revision: 381554
URL: https://svnweb.freebsd.org/changeset/ports/381554
QAT: https://qat.redports.org/buildarchive/r381554/

Log:
  - Strip library

Modified:
  head/astro/py-pyfits/Makefile

Modified: head/astro/py-pyfits/Makefile
==============================================================================
--- head/astro/py-pyfits/Makefile	Wed Mar 18 14:16:02 2015	(r381553)
+++ head/astro/py-pyfits/Makefile	Wed Mar 18 14:16:06 2015	(r381554)
@@ -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>


More information about the svn-ports-head mailing list