diff options
Diffstat (limited to 'net/knot/patches')
-rw-r--r-- | net/knot/patches/patch-Makefile.in | 15 | ||||
-rw-r--r-- | net/knot/patches/patch-samples_Makefile.in | 32 |
2 files changed, 14 insertions, 33 deletions
diff --git a/net/knot/patches/patch-Makefile.in b/net/knot/patches/patch-Makefile.in deleted file mode 100644 index 4a418ea11c3..00000000000 --- a/net/knot/patches/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.4 2014/11/10 21:20:32 pettai Exp $ - -Ignore .texi docs, as NetBSDs makeinfo isn't UTF-8 compatible - ---- Makefile.in.orig 2014-09-15 14:32:42.000000000 +0000 -+++ Makefile.in -@@ -341,7 +341,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - ACLOCAL_AMFLAGS = -I m4 --SUBDIRS = libtap src tests samples doc man patches -+SUBDIRS = libtap src tests samples man patches - AM_DISTCHECK_CONFIGURE_FLAGS = \ - --disable-code-coverage - diff --git a/net/knot/patches/patch-samples_Makefile.in b/net/knot/patches/patch-samples_Makefile.in index e50ed177026..29de588246d 100644 --- a/net/knot/patches/patch-samples_Makefile.in +++ b/net/knot/patches/patch-samples_Makefile.in @@ -1,10 +1,8 @@ -$NetBSD: patch-samples_Makefile.in,v 1.3 2014/11/10 21:20:32 pettai Exp $ +$NetBSD: patch-samples_Makefile.in,v 1.4 2015/10/26 19:23:08 pettai Exp $ -Fix sysconfdir + sample conf snippet - ---- samples/Makefile.in.orig 2014-09-15 14:32:42.000000000 +0000 +--- samples/Makefile.in.orig 2015-10-26 16:12:16.000000000 +0000 +++ samples/Makefile.in -@@ -252,6 +252,7 @@ sharedstatedir = @sharedstatedir@ +@@ -264,6 +264,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ storage_dir = @storage_dir@ sysconfdir = @sysconfdir@ @@ -12,18 +10,16 @@ Fix sysconfdir + sample conf snippet systemd_CFLAGS = @systemd_CFLAGS@ systemd_LIBS = @systemd_LIBS@ target_alias = @target_alias@ -@@ -469,10 +470,10 @@ knot.sample.conf: knot.sample.conf.in +@@ -483,9 +484,9 @@ knot.sample.conf: knot.sample.conf.in mv $@.tmp $@ - install-data-local: knot.sample.conf -- [ -d $(DESTDIR)/$(config_dir) ] || \ -- $(INSTALL) -d $(DESTDIR)/$(config_dir) -- [ -f $(DESTDIR)/$(config_dir)/knot.sample.conf ] || \ -- $(INSTALL_DATA) knot.sample.conf $(srcdir)/example.com.zone $(DESTDIR)/$(config_dir) -+ [ -d $(DESTDIR)/$(EGDIR) ] || \ -+ $(INSTALL) -d $(DESTDIR)/$(EGDIR) -+ [ -f $(DESTDIR)/$(EGDIR)/knot.sample.conf ] || \ -+ $(INSTALL_DATA) knot.sample.conf $(srcdir)/example.com.zone $(DESTDIR)/$(EGDIR) - - uninstall-local: - [ -f $(DESTDIR)/$(config_dir)/knot.sample.conf ] && \ + @HAVE_DAEMON_TRUE@install-data-local: knot.sample.conf +-@HAVE_DAEMON_TRUE@ if [ \! -f $(DESTDIR)/$(config_dir)/knot.sample.conf ]; then \ +-@HAVE_DAEMON_TRUE@ $(INSTALL) -d $(DESTDIR)/$(config_dir); \ +-@HAVE_DAEMON_TRUE@ $(INSTALL_DATA) knot.sample.conf $(srcdir)/example.com.zone $(DESTDIR)/$(config_dir); \ ++@HAVE_DAEMON_TRUE@ if [ \! -f $(DESTDIR)/$(EGDIR)/knot.sample.conf ]; then \ ++@HAVE_DAEMON_TRUE@ $(INSTALL) -d $(DESTDIR)/$(EGDIR); \ ++@HAVE_DAEMON_TRUE@ $(INSTALL_DATA) knot.sample.conf $(srcdir)/example.com.zone $(DESTDIR)/$(EGDIR); \ + @HAVE_DAEMON_TRUE@ fi + @HAVE_BASH_COMPLETIONS_TRUE@@HAVE_DAEMON_TRUE@ if [ \! -f $(DESTDIR)/$(bash_completions_dir)/keymgr ]; then \ + @HAVE_BASH_COMPLETIONS_TRUE@@HAVE_DAEMON_TRUE@ $(INSTALL) -d $(DESTDIR)/$(bash_completions_dir); \ |