diff options
author | kris <kris@FreeBSD.org> | 2003-04-20 07:41:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-20 07:41:53 +0800 |
commit | e24b0fd4da294dc1c38f4ea310117fabf69aaef6 (patch) | |
tree | a0fa2aab4673f5116efa25f6b1d446e4a52769cb /net/freewais-sf | |
parent | 87aece89c35487ffb606c2756a565a9b74302af8 (diff) | |
download | freebsd-ports-gnome-e24b0fd4da294dc1c38f4ea310117fabf69aaef6.tar.gz freebsd-ports-gnome-e24b0fd4da294dc1c38f4ea310117fabf69aaef6.tar.zst freebsd-ports-gnome-e24b0fd4da294dc1c38f4ea310117fabf69aaef6.zip |
Don't install the wais.h header mode 664
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 2 | ||||
-rw-r--r-- | net/freewais-sf/files/patch-ab | 12 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index a3c4e9348968..906dc24b1de4 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -29,7 +29,7 @@ MAN3= ftw.3 regexp.3 scandir.3 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" +#BROKEN= "Does not compile on 5.0" .endif post-extract: 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:: |