Skip to content

Commit 204019d

Browse files
authored
Merge pull request #252083 from Homebrew/wait_on-bmake
wait_on: build with maintained `bmake`
2 parents f879329 + ba5a1e4 commit 204019d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/w/wait_on.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ class WaitOn < Formula
2222
sha256 cellar: :any_skip_relocation, catalina: "befef0facd28d26c22ed14197e74c1bff41c9cd2f787ae4bee59027cfb89b2c7"
2323
end
2424

25-
depends_on "bsdmake" => :build
25+
depends_on "bmake" => :build
2626
depends_on :macos # needs BSD kqueue
2727

2828
def install
29-
system "bsdmake"
30-
bin.install "wait_on"
31-
man1.install "wait_on.1.gz"
29+
system "bmake"
30+
system "bmake", "install", "MK_INSTALL_AS_USER=yes", "MANDIR=#{man}", "PREFIX=#{prefix}"
3231
end
3332

3433
test do

0 commit comments

Comments
 (0)