aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python27/Makefile
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-04-09 18:51:34 +0800
committertg <tg@FreeBSD.org>1998-04-09 18:51:34 +0800
commit21f100bc590ccb2371e9077c766771dda17e456f (patch)
treeb84a21ac7a8644cb58e6d0f7a4dcae6ab2693ca5 /lang/python27/Makefile
parentd3592fb2d9423829bd7cb894601958846ec5daca (diff)
downloadfreebsd-ports-graphics-21f100bc590ccb2371e9077c766771dda17e456f.tar.gz
freebsd-ports-graphics-21f100bc590ccb2371e9077c766771dda17e456f.tar.zst
freebsd-ports-graphics-21f100bc590ccb2371e9077c766771dda17e456f.zip
Use the combined set of patches.
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r--lang/python27/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index d4355a782d3..f3c49252abe 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.23 1998/03/03 08:05:04 tg Exp $
+# $Id: Makefile,v 1.24 1998/04/08 09:23:57 tg Exp $
#
DISTNAME= python1.5
@@ -12,12 +12,8 @@ CATEGORIES= lang tk80
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
ftp://ftp.cwi.nl/pub/python/src/
-PATCH_SITES= http://www.python.org/1.5/patches/
-PATCHFILES= abstract.1.txt code.1.txt fileobject.1.txt listobject.1.txt \
- ntpath.1.txt pcre.1.txt pypcre.1.txt pythonrun.1.txt \
- random.1.txt re.1.txt re.2.txt rfc822.1.txt shelve.1.txt \
- strop.1.txt tokenizer.1.txt tokenizer.2.txt urllib.1.txt \
- urllib.2.txt versioncheck.1.txt
+PATCH_SITES= http://www.python.org/1.5/
+PATCHFILES= all.txt
MAINTAINER= tg@FreeBSD.org