pkgsrc/net/ripe-whois/patches/patch-aa
seb 35cee5c2ca Update to version 3.1.
Changes in version 3.1:

2002-04-10
- 3.1 released
- Client now handles disconnect during "-k" better.
- Combine query into a single string before sending to (possibly)
  reduce number of packets sent.

2001-10-26
- Help output and man page generated from text files.
- Fix broken query to non-RIPE servers.

2001-09-17
- Fixed bug where --port didn't allow service specified by name.
2002-08-28 14:07:01 +00:00

22 lines
599 B
Text

$NetBSD: patch-aa,v 1.1 2002/08/28 14:07:02 seb Exp $
--- Makefile.in.orig Wed Apr 17 16:45:02 2002
+++ Makefile.in
@@ -65,7 +65,7 @@ $(TARGET): $(OBJS)
$(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(LIBS)
flags.h: FLAGS.txt
- perl flags2hdr.pl flags.h < FLAGS.txt > flags.h
+ ${PERL5} flags2hdr.pl flags.h < FLAGS.txt > flags.h
$(MAN):
@@ -73,7 +73,7 @@ whois3.1: whois3.1.i whois3.1.ii whois3.
cat whois3.1.i whois3.1.ii whois3.1.iii > whois3.1
whois3.1.ii: HELP.txt
- perl help2nroff.pl < HELP.txt > whois3.1.ii
+ ${PERL5} help2nroff.pl < HELP.txt > whois3.1.ii
$(OBJS): $(SOURCES)