diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2006-10-21 19:47:59 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2006-10-21 19:47:59 +0800 |
commit | b11538d4dd9422360f6c7915314c41c17b28a146 (patch) | |
tree | 4ff331d9609b92933cbea9e984dc81b0f096928d /lang | |
parent | ae48c4ef7c7b34771623183dfd1a4b37a24694fe (diff) | |
download | freebsd-ports-gnome-b11538d4dd9422360f6c7915314c41c17b28a146.tar.gz freebsd-ports-gnome-b11538d4dd9422360f6c7915314c41c17b28a146.tar.zst freebsd-ports-gnome-b11538d4dd9422360f6c7915314c41c17b28a146.zip |
Fix `make fetch'.
Reported by: fenner's portssurvey tool
Approved by: portmgr (erwin)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 4493f6341c9b..12125466f1c0 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} DISTFILES= ${PYTHON_DISTFILE} -PATCH_SITES= http://www.python.org/security/PSF-2005-001/ +PATCH_SITES= http://www.python.org/files/news/security/PSF-2005-001/ PATCHFILES= patch-2.2.txt MAINTAINER= python@FreeBSD.org |