summaryrefslogtreecommitdiff
path: root/cad/pisces
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-14 11:32:54 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-14 11:32:54 +0000
commitf4bd6d2024413f4915f6fb42f9c81cf83818f1fd (patch)
tree13202341e801f5c3b62d48e03026cf9de3083141 /cad/pisces
parentAdd XFREE86_HTML_MAN=no, since this port does not install those stuff. (diff)
Install libs with 0644 perms, not 0664.
Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=32605
Diffstat (limited to 'cad/pisces')
-rw-r--r--cad/pisces/files/patch-ac21
1 files changed, 19 insertions, 2 deletions
diff --git a/cad/pisces/files/patch-ac b/cad/pisces/files/patch-ac
index d61679380f28..f88654ee6f7d 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