diff options
Diffstat (limited to 'net-mgmt/rancid-devel/files')
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-Makefile.am | 19 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-util::Makefile.in | 17 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in | 17 |
4 files changed, 72 insertions, 0 deletions
diff --git a/net-mgmt/rancid-devel/files/patch-Makefile.am b/net-mgmt/rancid-devel/files/patch-Makefile.am new file mode 100644 index 000000000000..246e638fd59d --- /dev/null +++ b/net-mgmt/rancid-devel/files/patch-Makefile.am @@ -0,0 +1,19 @@ +*** Makefile.am.orig Mon Jun 3 14:01:32 2002 +--- Makefile.am Mon Jun 3 14:02:03 2002 +*************** +*** 22,28 **** + $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg + + install: +! for file in CHANGES README cloginrc.sample ; do \ + $(INSTALL_DATA) $$file $(prefix); \ + done + +--- 22,28 ---- + $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg + + install: +! for file in CHANGES FAQ README cloginrc.sample ; do \ + $(INSTALL_DATA) $$file $(prefix); \ + done + diff --git a/net-mgmt/rancid-devel/files/patch-Makefile.in b/net-mgmt/rancid-devel/files/patch-Makefile.in new file mode 100644 index 000000000000..eabf76568439 --- /dev/null +++ b/net-mgmt/rancid-devel/files/patch-Makefile.in @@ -0,0 +1,19 @@ +*** Makefile.in.orig Mon Jun 3 14:01:40 2002 +--- Makefile.in Mon Jun 3 14:02:40 2002 +*************** +*** 354,360 **** + $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg + + install: +! for file in CHANGES README cloginrc.sample ; do \ + $(INSTALL_DATA) $$file $(prefix); \ + done + +--- 354,360 ---- + $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg + + install: +! for file in CHANGES FAQ README cloginrc.sample ; do \ + $(INSTALL_DATA) $$file $(prefix); \ + done + diff --git a/net-mgmt/rancid-devel/files/patch-util::Makefile.in b/net-mgmt/rancid-devel/files/patch-util::Makefile.in new file mode 100644 index 000000000000..833b917fc36e --- /dev/null +++ b/net-mgmt/rancid-devel/files/patch-util::Makefile.in @@ -0,0 +1,17 @@ +*** util/Makefile.in.orig Mon Jun 3 14:21:54 2002 +--- util/Makefile.in Mon Jun 3 14:23:55 2002 +*************** +*** 1,6 **** + PREFIX = @prefix@ + +! INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + + UTIL_PROGS = @RD_UTIL_PROGS@ +--- 1,6 ---- + PREFIX = @prefix@ + +! INSTALL = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ + + UTIL_PROGS = @RD_UTIL_PROGS@ diff --git a/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in b/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in new file mode 100644 index 000000000000..ed113c7c2c95 --- /dev/null +++ b/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in @@ -0,0 +1,17 @@ +*** 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@ |