diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-19 23:41:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-19 23:41:53 +0000 |
commit | 9af4200221ad897a12203bcf955447ab9a270022 (patch) | |
tree | e3a152d227909ce75720f088ae687d96b4c69b4a /net/freewais-sf/files | |
parent | 9dfccaf13c2646e5c03723445ccad68852d9d905 (diff) |
Don't install the wais.h header mode 664
Notes
Notes:
svn path=/head/; revision=79325
Diffstat (limited to 'net/freewais-sf/files')
-rw-r--r-- | net/freewais-sf/files/patch-ab | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/freewais-sf/files/patch-ab b/net/freewais-sf/files/patch-ab index 9f54a44ec93e..3e7abdcdeff5 100644 --- a/net/freewais-sf/files/patch-ab +++ b/net/freewais-sf/files/patch-ab @@ -1,5 +1,5 @@ ---- lib/Makefile.SH.orig Tue Oct 5 01:46:11 1999 -+++ lib/Makefile.SH Tue Oct 5 02:00:50 1999 +--- ./lib/Makefile.SH.orig Wed Jun 7 23:33:02 2000 ++++ ./lib/Makefile.SH Sat Apr 19 16:41:15 2003 @@ -157,6 +157,7 @@ $(RANLIB) $@ @@ -8,11 +8,15 @@ $(INSTALL) -c -m 644 libwais.a $(PRIVLIB) $(RANLIB) $(PRIVLIB)/libwais.a chmod 444 $(PRIVLIB)/libwais.a -@@ -188,6 +189,7 @@ +@@ -186,9 +187,10 @@ + -perl $(MKINC) $(CFLAGS) $(EINC) > wais.h + install:: wais.h + if test ! -d $(PRIVINC); then mkdir $(PRIVINC); else true; fi @case '${MFLAGS}' in *[i]*) set +e;; esac; \ for i in wais.h; do \ - (set -x; $(INSTALL) -c -m 664 $$i $(PRIVINC)); \ +- (set -x; $(INSTALL) -c -m 664 $$i $(PRIVINC)); \ ++ (set -x; $(INSTALL) -c -m 644 $$i $(PRIVINC)); \ done + deinstall:: |