summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-10-19 08:52:10 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-10-19 08:52:10 +0000
commit473635d704c5d1ba38394b69604cc0ac426a2659 (patch)
tree1dfc39095ecc5a695662714296b9874122f25fdb /math
parent- Provide correct PYTHON_PORTVERSION as not default python's but (diff)
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON.
Notes
Notes: svn path=/head/; revision=91636
Diffstat (limited to 'math')
-rw-r--r--math/py-mpz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile
index 90580c90dad2..f54d277cceac 100644
--- a/math/py-mpz/Makefile
+++ b/math/py-mpz/Makefile
@@ -9,7 +9,7 @@ PORTNAME= mpz
PORTVERSION= ${PYTHON_PORTVERSION}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYTHON}
-MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= ${PYTHON_DISTFILE}