diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-30 20:13:24 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-30 20:13:24 +0000 |
commit | 16b58c70f39365b46f923a5b13fed4b8dbfbae58 (patch) | |
tree | e005cb5490bfb8737469131f0595e27c4e2bc92a /net/rwhoisd/files/patch-ab | |
parent | Import of a util to create PalPilot Doc format files from text files (diff) |
Import of the InterNIC's referral whois server and client
Notes
Notes:
svn path=/head/; revision=6647
Diffstat (limited to 'net/rwhoisd/files/patch-ab')
-rw-r--r-- | net/rwhoisd/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/rwhoisd/files/patch-ab b/net/rwhoisd/files/patch-ab new file mode 100644 index 000000000000..90489b414c71 --- /dev/null +++ b/net/rwhoisd/files/patch-ab @@ -0,0 +1,19 @@ +--- client/Makefile.in.orig Wed Sep 25 18:10:48 1996 ++++ client/Makefile.in Fri May 23 02:34:00 1997 +@@ -6,7 +6,7 @@ + + CC = @CC@ + RANLIB = @RANLIB@ +-INSTALL = @INSTALL@ ++INSTALL = /usr/bin/install -c -s -o bin -g bin + + + # +@@ -56,6 +56,7 @@ + install: + if [ ! -d $(bindir) ]; then mkdir $(bindir); fi + $(INSTALL) rwhois $(bindir) ++ /bin/ln -sf ${PREFIX}/lib/rwhois/bin/rwhois ${PREFIX}/bin/rwhois + + clean: + rm -f rwhois *.o *~ librwclient.a |