summaryrefslogtreecommitdiff
path: root/net/irrd/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrd/patches/patch-ad')
-rw-r--r--net/irrd/patches/patch-ad18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/irrd/patches/patch-ad b/net/irrd/patches/patch-ad
new file mode 100644
index 00000000000..59981061b2a
--- /dev/null
+++ b/net/irrd/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.1.1.1 1999/10/28 19:50:19 kim Exp $
+
+--- programs/irr_submit/Makefile.orig Thu Sep 9 20:38:40 1999
++++ programs/irr_submit/Makefile Fri Oct 22 19:19:07 1999
+@@ -42,8 +42,11 @@
+ lint `echo $(RPSLOBJS) | sed -e 's,\.o,.c,g'`
+
+ install: $(GOAL)
+- $(INSTALL) -m 755 $(GOAL) $(DESTDIR)/$(GOAL)
+-
++ @set -x; \
++ for i in $(GOAL); \
++ do \
++ $(INSTALL) -m 755 $$i $(DESTDIR)/$$i; \
++ done
+
+ clean:
+ $(RM) *.o core *.core *~* *tab.* lex.yy.c $(GOAL)