diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /lang/python20/files/patch-aa | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'lang/python20/files/patch-aa')
-rw-r--r-- | lang/python20/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python20/files/patch-aa b/lang/python20/files/patch-aa deleted file mode 100644 index b4e298027a7e..000000000000 --- a/lang/python20/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Wed Aug 30 11:43:56 2000 -+++ Makefile.in Wed Aug 30 16:32:22 2000 -@@ -110,8 +110,8 @@ - - # 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@ |