summaryrefslogtreecommitdiff
path: root/net/ripe-whois/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/ripe-whois/patches/patch-aa')
-rw-r--r--net/ripe-whois/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ripe-whois/patches/patch-aa b/net/ripe-whois/patches/patch-aa
new file mode 100644
index 00000000000..54c5057d69c
--- /dev/null
+++ b/net/ripe-whois/patches/patch-aa
@@ -0,0 +1,22 @@
+$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)
+