aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/pcre.rb14
1 files changed, 6 insertions, 8 deletions
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb
index ab7b47c5d..da23eb87f 100644
--- a/Library/Formula/pcre.rb
+++ b/Library/Formula/pcre.rb
@@ -1,10 +1,8 @@
-require 'formula'
-
class Pcre < Formula
- homepage 'http://www.pcre.org/'
- url 'https://downloads.sourceforge.net/project/pcre/pcre/8.36/pcre-8.36.tar.bz2'
- mirror 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2'
- sha256 'ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb'
+ homepage "http://www.pcre.org/"
+ url "https://downloads.sourceforge.net/project/pcre/pcre/8.36/pcre-8.36.tar.bz2"
+ mirror "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2"
+ sha256 "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb"
bottle do
cellar :any
@@ -35,8 +33,8 @@ class Pcre < Formula
"--enable-jit"
system "make"
ENV.deparallelize
- system "make test"
- system "make install"
+ system "make", "test"
+ system "make", "install"
end
test do