diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:26:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:26:11 +0000 |
commit | 35c315c6937177f5e84a0da78bab1d44552c7d78 (patch) | |
tree | bbd6a4d7e7a548fba2673a6b464ffe24ffd83397 /math/py-gmpy | |
parent | d7edf7465b25c459193012490b46600ab7e4add8 (diff) | |
download | ports-35c315c6937177f5e84a0da78bab1d44552c7d78.tar.gz ports-35c315c6937177f5e84a0da78bab1d44552c7d78.zip |
Notes
Diffstat (limited to 'math/py-gmpy')
-rw-r--r-- | math/py-gmpy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 37e5ced0417a..fb6777e89b07 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -3,6 +3,7 @@ PORTNAME= gmpy PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,8 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/gmpy.so - -NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ ${WRKSRC}/setup.py |