summaryrefslogtreecommitdiff
path: root/net/rancid/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2014-09-19 08:31:26 +0000
committerjoerg <joerg>2014-09-19 08:31:26 +0000
commit51e7964b6d3d6beb00422c84386856c71ec39fb2 (patch)
treeb3e795c2c0155a225e86e26cbb0fd5c86542737a /net/rancid/patches
parent07f732d1950b769c553a0a2abd6888d5c847def5 (diff)
downloadpkgsrc-51e7964b6d3d6beb00422c84386856c71ec39fb2.tar.gz
Don't use comments in the middle of a multiline statements.
Diffstat (limited to 'net/rancid/patches')
-rw-r--r--net/rancid/patches/patch-etc_Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rancid/patches/patch-etc_Makefile.in b/net/rancid/patches/patch-etc_Makefile.in
index 50b9204b74e..a732dd8627e 100644
--- a/net/rancid/patches/patch-etc_Makefile.in
+++ b/net/rancid/patches/patch-etc_Makefile.in
@@ -1,16 +1,15 @@
-$NetBSD: patch-etc_Makefile.in,v 1.2 2014/07/01 13:33:40 pettai Exp $
+$NetBSD: patch-etc_Makefile.in,v 1.3 2014/09/19 08:31:26 joerg Exp $
Don't install rancid.types.base as we will install it in example dir
(in package Makefile)
--- etc/Makefile.in.orig 2014-05-19 20:54:02.000000000 +0000
+++ etc/Makefile.in
-@@ -354,7 +354,7 @@ install-sysconfDATA: $(sysconf_DATA)
+@@ -354,7 +354,6 @@ install-sysconfDATA: $(sysconf_DATA)
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
-+ #$(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
done
uninstall-sysconfDATA: