diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-08 09:21:40 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-08 09:21:40 +0000 |
commit | 57c719b28d60bcc6dd320fb86c0fcc32d3e75f9a (patch) | |
tree | 8eae7b12635d5f46a3a3f5c9e08883d2023aaebc /math | |
parent | 979f0ac6fbdb124e5ef54ed17776912b2f2a5cdc (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 6e7341e47a36..1cf2e69f5ce7 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -26,7 +26,7 @@ USE_PYTHON= -2.3 USE_PYDISTUTILS=yes PYDISTUTILS_PKGVERSION= 0.0.0 WRKSRC= ${PYTHON_WRKSRC}/Modules -MD5_FILE= ${PORTSDIR}/lang/python/distinfo +MD5_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo post-extract: @${CP} ${FILESDIR}/setup.py ${WRKSRC} |