1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/freewais-sf/files/patch-ab
Steve Price a46f787de0 Update to version 2.2.12.
PR:		14125
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-10 23:45:11 +00:00

19 lines
560 B
Plaintext

--- lib/Makefile.SH.orig Tue Oct 5 01:46:11 1999
+++ lib/Makefile.SH Tue Oct 5 02:00:50 1999
@@ -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
@@ -188,6 +189,7 @@
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)); \
done