diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /lang/python31/files/patch-aa | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'lang/python31/files/patch-aa')
-rw-r--r-- | lang/python31/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python31/files/patch-aa b/lang/python31/files/patch-aa deleted file mode 100644 index d55ebc99fd46..000000000000 --- a/lang/python31/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Tue Dec 9 16:18:33 1997 -+++ Makefile.in Sat Dec 13 11:19:12 1997 -@@ -131,8 +131,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} - - # --with-PACKAGE options for configure script - # e.g. --with-readline --with-svr5 --with-solaris --with-thread |