summaryrefslogtreecommitdiff
path: root/net/freewais-sf/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/freewais-sf/files/patch-ab')
-rw-r--r--net/freewais-sf/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/freewais-sf/files/patch-ab b/net/freewais-sf/files/patch-ab
deleted file mode 100644
index 3e7abdcdeff5..000000000000
--- a/net/freewais-sf/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./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) $@
-
- install:: libwais.a
-+ if test ! -d $(PRIVLIB); then mkdir $(PRIVLIB); else true; fi
- $(INSTALL) -c -m 644 libwais.a $(PRIVLIB)
- $(RANLIB) $(PRIVLIB)/libwais.a
- chmod 444 $(PRIVLIB)/libwais.a
-@@ -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 644 $$i $(PRIVINC)); \
- done
-
- deinstall::