diff options
author | tg <tg@FreeBSD.org> | 2002-01-07 13:26:47 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-01-07 13:26:47 +0000 |
commit | f4c22016679ccf9cd158beea221ddc070c8ab6f3 (patch) | |
tree | 4f1f8e78553365f317d522244a4f0cd0e78ee5b0 /lang/python22/files | |
parent | 96fc308fec18e6cf0047447cf8baf3b5184ae043 (diff) | |
download | FreeBSD-ports-f4c22016679ccf9cd158beea221ddc070c8ab6f3.zip FreeBSD-ports-f4c22016679ccf9cd158beea221ddc070c8ab6f3.tar.gz |
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.
PR: 33444
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Add new MD5 to dependent ports.
Diffstat (limited to 'lang/python22/files')
-rw-r--r-- | lang/python22/files/patch-Misc:Makefile.pre.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python22/files/patch-Misc:Makefile.pre.in b/lang/python22/files/patch-Misc:Makefile.pre.in deleted file mode 100644 index 2eaf2f0..0000000 --- a/lang/python22/files/patch-Misc:Makefile.pre.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Misc/Makefile.pre.in.orig Wed Dec 9 18:05:33 1998 -+++ Misc/Makefile.pre.in Thu Sep 7 21:04:19 2000 -@@ -92,7 +92,7 @@ - TARGET= python - - # Installed python binary (used only by boot target) --PYTHON= python -+PYTHON?= python - - # Add more -I and -D options here - CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) |