diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-09-14 11:32:54 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-09-14 11:32:54 +0000 |
commit | c237a658d5c67eeaa5e4fa52f4b7d7d3af974e1b (patch) | |
tree | cf46ece92e0f35c042d57e47ad76fe513261836a | |
parent | edd27defaf610bbc38e3a82df4f5b7245b43bf71 (diff) | |
download | FreeBSD-ports-c237a658d5c67eeaa5e4fa52f4b7d7d3af974e1b.zip FreeBSD-ports-c237a658d5c67eeaa5e4fa52f4b7d7d3af974e1b.tar.gz |
Install libs with 0644 perms, not 0664.
Approved by: Maintainer
-rw-r--r-- | cad/pisces/files/patch-ac | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/cad/pisces/files/patch-ac b/cad/pisces/files/patch-ac index d616793..f88654e 100644 --- a/cad/pisces/files/patch-ac +++ b/cad/pisces/files/patch-ac @@ -1,5 +1,5 @@ -*** utils/imakesrc/Imake.tmpl.orig Tue May 28 20:11:14 1991 ---- utils/imakesrc/Imake.tmpl Fri Apr 21 18:34:35 2000 +*** utils/imakesrc/Imake.tmpl.orig Tue May 28 14:11:14 1991 +--- utils/imakesrc/Imake.tmpl Wed Sep 13 19:41:33 2000 *************** *** 16,21 **** --- 16,31 ---- @@ -50,3 +50,20 @@ # endif #endif +*************** +*** 328,334 **** + #define InstBinFlags 0755 + #endif + #ifndef InstLibFlags +! #define InstLibFlags 0664 + #endif + #ifndef InstIncFlags + #define InstIncFlags 0444 +--- 338,344 ---- + #define InstBinFlags 0755 + #endif + #ifndef InstLibFlags +! #define InstLibFlags 0644 + #endif + #ifndef InstIncFlags + #define InstIncFlags 0444 |