diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 12:39:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 12:39:56 +0000 |
commit | bfcb10fb2e98f7b5d569a1adf0229ead3501c0ab (patch) | |
tree | 702285516af1b39b8acce08427c809f48d9ac71e /sysutils/munin-common/files/patch-Makefile | |
parent | graphics/shotwell: update to 0.26.1 (diff) |
Update to 2.0.33.
Add a PYTHON option to appease stage-qa.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=438352
Diffstat (limited to 'sysutils/munin-common/files/patch-Makefile')
-rw-r--r-- | sysutils/munin-common/files/patch-Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/munin-common/files/patch-Makefile b/sysutils/munin-common/files/patch-Makefile index 7a9536c8c7a8..b9907103e0f0 100644 --- a/sysutils/munin-common/files/patch-Makefile +++ b/sysutils/munin-common/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2014-11-24 21:46:24 UTC +--- Makefile.orig 2017-03-03 00:02:39 UTC +++ Makefile @@ -68,60 +68,47 @@ install: install-master-prime install-co @@ -153,6 +153,15 @@ install-common-prime: build-common install-common +@@ -449,7 +432,7 @@ t/install: + + # This builds */Build from Build.PL + %/Build: %/Build.PL +- cd $* && $(PERL) Build.PL ++ cd $* && $(PERL) Build.PL --config perl=$(PERL) + + build-%: %/Build + cd $* && $(PERL) Build @@ -466,6 +449,7 @@ install-%: %/Build --install_path sbin=$(SBINDIR) \ --install_path bindoc=$(MANDIR)/man1 \ |