summaryrefslogtreecommitdiff
path: root/lang/python15/files/patch-aa
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-06-21 01:33:54 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-06-21 01:33:54 +0000
commit1446b7717f5c0725eee788a62a651df063803823 (patch)
tree765b300412120fa00dfdf0cdece85d29e8b249e7 /lang/python15/files/patch-aa
parentnever 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-aa')
-rw-r--r--lang/python15/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/python15/files/patch-aa b/lang/python15/files/patch-aa
deleted file mode 100644
index 0836dbae9158..000000000000
--- a/lang/python15/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Tue Feb 23 10:43:15 1999
-+++ Makefile.in Sun Aug 13 21:28:59 2000
-@@ -125,14 +125,14 @@
- # Modes for directories, executables and data files created by the
- # install process. Default to group-writable directories but
- # user-only-writable for executables and data files.
--DIRMODE= 775
-+DIRMODE= 755
- EXEMODE= 755
- FILEMODE= 644
-
- # Portable install script (configure doesn't always guess right)
- INSTALL= @srcdir@/install-sh -c
--INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE)
--INSTALL_DATA= ${INSTALL} -m $(FILEMODE)
-+INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT}
-+INSTALL_DATA= ${BSD_INSTALL_DATA}
-
- # Use this to make a link between python$(VERSION) and python in $(BINDIR)
- LN=@LN@