summaryrefslogtreecommitdiff
path: root/lang/python31/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /lang/python31/files/patch-aa
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'lang/python31/files/patch-aa')
-rw-r--r--lang/python31/files/patch-aa37
1 files changed, 0 insertions, 37 deletions
diff --git a/lang/python31/files/patch-aa b/lang/python31/files/patch-aa
deleted file mode 100644
index bf67a5c243e4..000000000000
--- a/lang/python31/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
---- Makefile.in.orig Thu Aug 3 19:00:01 2000
-+++ Makefile.in Wed Aug 16 17:38:14 2000
-@@ -95,14 +95,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@
-@@ -259,7 +259,7 @@
- # Install the library
- PLATDIR= plat-$(MACHDEP)
- MACHDEPS= $(PLATDIR)
--LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
-+LIBSUBDIRS= lib-old lib-tk site-packages test test/output curses encodings \
- distutils distutils/command $(MACHDEPS)
- libinstall: python $(srcdir)/Lib/$(PLATDIR)
- @for i in $(SCRIPTDIR) $(LIBDEST); \
-@@ -303,6 +303,7 @@
- case $$i in \
- *CVS) ;; \
- *.py[co]) ;; \
-+ *.orig) ;; \
- *~) ;; \
- *) \
- if test -d $$i; then continue; fi; \