1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix fetch; portlint.

PR:		97763
Submitted by:	Shaun Amott <shaun@inerd.com>
This commit is contained in:
Thomas Gellekum 2006-05-28 12:10:54 +00:00
parent 5c2ef50a99
commit ede3e5043c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163689

View File

@ -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: