aboutsummaryrefslogtreecommitdiff
path: root/misc/py-distutils
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2006-05-28 12:10:54 +0000
committerThomas Gellekum <tg@FreeBSD.org>2006-05-28 12:10:54 +0000
commitede3e5043ca07cbf002764dea2f0b6ba5fef8ed0 (patch)
tree33dcfeb83b7c7c387bec6362b8d8cf97f9dd2beb /misc/py-distutils
parent5c2ef50a99b79d563fe9650c63897a39a7f1170f (diff)
downloadports-ede3e5043ca07cbf002764dea2f0b6ba5fef8ed0.tar.gz
ports-ede3e5043ca07cbf002764dea2f0b6ba5fef8ed0.zip
Notes
Diffstat (limited to 'misc/py-distutils')
-rw-r--r--misc/py-distutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-distutils/Makefile b/misc/py-distutils/Makefile
index 0d3899b69796..08f22e2751c1 100644
--- a/misc/py-distutils/Makefile
+++ b/misc/py-distutils/Makefile
@@ -8,7 +8,8 @@
PORTNAME= distutils
PORTVERSION= 1.0.2
CATEGORIES= misc python
-MASTER_SITES= http://www.python.org/sigs/distutils-sig/download/
+MASTER_SITES= ${MASTER_SITE_PYTHON}
+MASTER_SITE_SUBDIR= community/sigs/current/distutils-sig/download
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Distutils-${PORTVERSION}
@@ -20,7 +21,7 @@ USE_PYTHON= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} > 211
-IGNORE= "Use the version distributed with ${PYTHON_VERSION}"
+IGNORE= won't work with the installed Python: use the version distributed with ${PYTHON_VERSION}
.endif
do-build: