diff options
author | tg <tg@FreeBSD.org> | 2006-05-28 20:10:54 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2006-05-28 20:10:54 +0800 |
commit | 749add579e99fe39dceea79316ceda8f26df5314 (patch) | |
tree | f04badafffdeb28e96bb2b46090eba065e65433d /misc/py-distutils | |
parent | 4af15f5aec40bd69ba617e8c6dddd73e509173cd (diff) | |
download | freebsd-ports-gnome-749add579e99fe39dceea79316ceda8f26df5314.tar.gz freebsd-ports-gnome-749add579e99fe39dceea79316ceda8f26df5314.tar.zst freebsd-ports-gnome-749add579e99fe39dceea79316ceda8f26df5314.zip |
Fix fetch; portlint.
PR: 97763
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'misc/py-distutils')
-rw-r--r-- | misc/py-distutils/Makefile | 5 |
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: |