diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-03-30 19:28:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-03-30 19:28:27 +0000 |
commit | 53ddb57aac69b9bbf4881109001286fc9174dda9 (patch) | |
tree | ac2a5c47e1120f38113bef0fee4d2094d065c275 /sysutils/munin-common/files/patch-Makefile | |
parent | Update to 0.3.1. (diff) |
Update to 2.0.59.
Notes
Notes:
svn path=/head/; revision=529914
Diffstat (limited to 'sysutils/munin-common/files/patch-Makefile')
-rw-r--r-- | sysutils/munin-common/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/munin-common/files/patch-Makefile b/sysutils/munin-common/files/patch-Makefile index 546c5e912239..ce699e809003 100644 --- a/sysutils/munin-common/files/patch-Makefile +++ b/sysutils/munin-common/files/patch-Makefile @@ -1,8 +1,8 @@ Install things at the correct places. ---- Makefile.orig 2019-11-20 19:39:52 UTC +--- Makefile.orig 2020-03-24 12:31:00 UTC +++ Makefile -@@ -95,96 +95,77 @@ install: install-master-prime install-common-prime ins +@@ -94,96 +94,77 @@ install: install-master-prime install-common-prime ins install-pre: $(MAKEFILES) @$(CHECKUSER) @@ -137,7 +137,7 @@ Install things at the correct places. fi \ done -@@ -195,14 +176,14 @@ install-plugins-java: build-plugins-java +@@ -194,14 +175,14 @@ install-plugins-java: build-plugins-java install-async-prime: install-async install-async: @@ -156,7 +156,7 @@ Install things at the correct places. install-common-prime: build-common install-common -@@ -519,7 +500,7 @@ t/install: +@@ -518,7 +499,7 @@ t/install: # This builds */Build from Build.PL %/Build: %/Build.PL @@ -165,7 +165,7 @@ Install things at the correct places. build-%: %/Build cd $* && $(PERL) Build -@@ -535,6 +516,7 @@ install-%: %/Build +@@ -534,6 +515,7 @@ install-%: %/Build --install_path script=$(BINDIR) \ --install_path sbin=$(SBINDIR) \ --install_path bindoc=$(MANDIR)/man1 \ |