diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-14 12:36:05 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-14 12:36:05 +0000 |
commit | 0221fd2063aa7c8a4b117fcfea82204d6a902eef (patch) | |
tree | f1664cc4ce2cf6b6d1648e1f245efa7967ffd94c /lang/python32/files | |
parent | c64128b31ac5b687a105d6ce7d15d4a16a50a70b (diff) | |
download | ports-0221fd2063aa7c8a4b117fcfea82204d6a902eef.tar.gz ports-0221fd2063aa7c8a4b117fcfea82204d6a902eef.zip |
Notes
Diffstat (limited to 'lang/python32/files')
-rw-r--r-- | lang/python32/files/patch-aa | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lang/python32/files/patch-aa b/lang/python32/files/patch-aa index d55ebc99fd46..0836dbae9158 100644 --- a/lang/python32/files/patch-aa +++ b/lang/python32/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@ |