diff options
author | tg <tg@FreeBSD.org> | 2000-10-18 19:58:50 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-10-18 19:58:50 +0800 |
commit | 653c2701d5a1f4dcc6a8c4c770b8eb795d5a35ae (patch) | |
tree | bbaf69156593b2a1d6534e129dd63e70a19db69a /lang/python21/files/patch-aa | |
parent | 3b45435030887e0594024782456268b5b3e1ae33 (diff) | |
download | freebsd-ports-gnome-653c2701d5a1f4dcc6a8c4c770b8eb795d5a35ae.tar.gz freebsd-ports-gnome-653c2701d5a1f4dcc6a8c4c770b8eb795d5a35ae.tar.zst freebsd-ports-gnome-653c2701d5a1f4dcc6a8c4c770b8eb795d5a35ae.zip |
Upgrade to 2.0.
Diffstat (limited to 'lang/python21/files/patch-aa')
-rw-r--r-- | lang/python21/files/patch-aa | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/lang/python21/files/patch-aa b/lang/python21/files/patch-aa index bf67a5c243e4..b4e298027a7e 100644 --- a/lang/python21/files/patch-aa +++ b/lang/python21/files/patch-aa @@ -1,13 +1,6 @@ ---- 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 +--- 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 @@ -18,20 +11,3 @@ # 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; \ |