diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-21 01:33:54 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-21 01:33:54 +0000 |
commit | 1446b7717f5c0725eee788a62a651df063803823 (patch) | |
tree | 765b300412120fa00dfdf0cdece85d29e8b249e7 /lang/python15/files/patch-ag | |
parent | never decrease PORTEPOCH (diff) |
Remove deprecated ports: lang/python15 and lang/python20.
Notes
Notes:
svn path=/head/; revision=111902
Diffstat (limited to 'lang/python15/files/patch-ag')
-rw-r--r-- | lang/python15/files/patch-ag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python15/files/patch-ag b/lang/python15/files/patch-ag deleted file mode 100644 index 5e2feb78c0d3..000000000000 --- a/lang/python15/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- Modules/makesetup.orig Fri Dec 11 02:10:29 1998 -+++ Modules/makesetup Mon Aug 23 13:28:50 1999 -@@ -101,7 +101,7 @@ - LIBS= - LOCALLIBS= - BASELIBS= -- while read line -+ while read -e line - do - # Output DEFS in reverse order so first definition overrides - case $line in |