summaryrefslogtreecommitdiff
path: root/net/zebra/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/zebra/patches/patch-ae')
-rw-r--r--net/zebra/patches/patch-ae33
1 files changed, 33 insertions, 0 deletions
diff --git a/net/zebra/patches/patch-ae b/net/zebra/patches/patch-ae
new file mode 100644
index 00000000000..fef09c4fde5
--- /dev/null
+++ b/net/zebra/patches/patch-ae
@@ -0,0 +1,33 @@
+$NetBSD: patch-ae,v 1.1 2000/08/24 01:25:46 kim Exp $
+
+--- ripngd/Makefile.am.orig Thu Aug 17 04:27:11 2000
++++ ripngd/Makefile.am Wed Aug 23 16:24:39 2000
+@@ -4,6 +4,8 @@
+ DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
+ INSTALL_SDATA=@INSTALL@ -m 600
+
++sysconfdatadir=$(datadir)/examples/zebra
++
+ noinst_LIBRARIES = libripng.a
+ sbin_PROGRAMS = ripngd
+
+@@ -25,14 +27,14 @@
+
+ install-sysconfDATA: $(sysconf_DATA)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
++ $(mkinstalldirs) $(DESTDIR)$(sysconfdatadir)
+ @list='$(sysconf_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+- echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
+- $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
++ echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdatadir)/$$p"; \
++ $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdatadir)/$$p; \
+ else if test -f $$p; then \
+- echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
+- $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
++ echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdatadir)/$$p"; \
++ $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdatadir)/$$p; \
+ fi; fi; \
+ done
+