summaryrefslogtreecommitdiff
path: root/net/rancid/files/patch-util::lg::Makefile.in
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-09 02:19:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-09 02:19:36 +0000
commit86c22fc02a6fecc0fb4bdab1ecbbef92c8bde6fc (patch)
tree38bbf28197a8f3dd3bb347df0e5cdf34709ae639 /net/rancid/files/patch-util::lg::Makefile.in
parentMaintainer update to version 0.61 (diff)
Fix package building and install sample config files
PR: ports/43385 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes: svn path=/head/; revision=69772
Diffstat (limited to 'net/rancid/files/patch-util::lg::Makefile.in')
-rw-r--r--net/rancid/files/patch-util::lg::Makefile.in41
1 files changed, 24 insertions, 17 deletions
diff --git a/net/rancid/files/patch-util::lg::Makefile.in b/net/rancid/files/patch-util::lg::Makefile.in
index ed113c7c2c95..45406eaf77f7 100644
--- a/net/rancid/files/patch-util::lg::Makefile.in
+++ b/net/rancid/files/patch-util::lg::Makefile.in
@@ -1,17 +1,24 @@
-*** util/lg/Makefile.in.orig Mon Jun 3 14:14:33 2002
---- util/lg/Makefile.in Mon Jun 3 14:14:51 2002
-***************
-*** 1,6 ****
- PREFIX = @prefix@
-
-! INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
-
- UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@
---- 1,6 ----
- PREFIX = @prefix@
-
-! INSTALL = @INSTALL_SCRIPT@
- INSTALL_DATA = @INSTALL_DATA@
-
- UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@
+--- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002
++++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002
+@@ -1,6 +1,6 @@
+ PREFIX = @prefix@
+
+-INSTALL = @INSTALL@
++INSTALL = @INSTALL_SCRIPT@
+ INSTALL_DATA = @INSTALL_DATA@
+
+ UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@
+@@ -13,13 +13,7 @@
+ for file in $(UTIL_LG_PROGS) ; do \
+ $(INSTALL) $$file $(PREFIX)/util/lg; \
+ done; \
+- if test -f $(PREFIX)/util/lg/lg.conf ; then \
+- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \
+- echo " *** review lg.conf.new for new/deprecated switches"; \
+ $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
+- else \
+- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \
+- fi; \
+ for file in *README* *.html; do \
+ $(INSTALL_DATA) $$file $(PREFIX)/util/lg; \
+ done