diff options
author | tg <tg@FreeBSD.org> | 2000-08-14 12:36:05 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-08-14 12:36:05 +0000 |
commit | e3384ac3b7a53749dfe8490e7370e03563fb4ed4 (patch) | |
tree | d75ad09c8d58af02a7294c9a603fea66eaf93f86 /lang/python27/files | |
parent | 4d3f482cc25146637bae72691269863884ae5a85 (diff) | |
download | FreeBSD-ports-e3384ac3b7a53749dfe8490e7370e03563fb4ed4.zip FreeBSD-ports-e3384ac3b7a53749dfe8490e7370e03563fb4ed4.tar.gz |
Don't create group-writable directories.
Submitted by: jedgar
Diffstat (limited to 'lang/python27/files')
-rw-r--r-- | lang/python27/files/patch-aa | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lang/python27/files/patch-aa b/lang/python27/files/patch-aa index d55ebc9..0836dba 100644 --- a/lang/python27/files/patch-aa +++ b/lang/python27/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@ |