summaryrefslogtreecommitdiff
path: root/lang/python30
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-08-14 12:36:05 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-08-14 12:36:05 +0000
commit0221fd2063aa7c8a4b117fcfea82204d6a902eef (patch)
treef1664cc4ce2cf6b6d1648e1f245efa7967ffd94c /lang/python30
parentNew port: cclient built with third-party maildir support. Cclient is used (diff)
Don't create group-writable directories.
Submitted by: jedgar
Notes
Notes: svn path=/head/; revision=31640
Diffstat (limited to 'lang/python30')
-rw-r--r--lang/python30/files/patch-aa17
1 files changed, 12 insertions, 5 deletions
diff --git a/lang/python30/files/patch-aa b/lang/python30/files/patch-aa
index d55ebc99fd46..0836dbae9158 100644
--- a/lang/python30/files/patch-aa
+++ b/lang/python30/files/patch-aa
@@ -1,6 +1,13 @@
---- Makefile.in.orig Tue Dec 9 16:18:33 1997
-+++ Makefile.in Sat Dec 13 11:19:12 1997
-@@ -131,8 +131,8 @@
+--- 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
@@ -9,5 +16,5 @@
+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
+ # Use this to make a link between python$(VERSION) and python in $(BINDIR)
+ LN=@LN@