diff options
| author | Dylan Smith | 2011-10-11 13:40:40 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-10-27 17:38:01 -0700 |
| commit | 4daa15272419ee6f863222f246999b92b8d1bb60 (patch) | |
| tree | ffbc7dfd68cc2dd15204c551fc4c7b086db1acf0 /Library/Formula | |
| parent | 2d2c2990963b7d8136cf09b32c1bd9de22fe7192 (diff) | |
| download | homebrew-4daa15272419ee6f863222f246999b92b8d1bb60.tar.bz2 | |
nginx: Install manpage.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nginx.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 33842e125..14f10de0b 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -53,7 +53,9 @@ class Nginx < Formula args << "--with-http_dav_module" if ARGV.include? '--with-webdav' system "./configure", *args + system "make" system "make install" + man8.install "objs/nginx.8" (prefix+'org.nginx.nginx.plist').write startup_plist (prefix+'org.nginx.nginx.plist').chmod 0644 |
