lmdb: combine inreplaces

master
Jack Nagel 2014-06-12 12:53:08 -05:00
parent 45f7d0d5f8
commit 2f6ac96f98
1 changed files with 3 additions and 6 deletions

View File

@ -8,12 +8,9 @@ class Lmdb < Formula
head 'git://git.openldap.org/openldap.git', :branch => 'mdb.master'
def install
# .so -> .dylib
inreplace 'libraries/liblmdb/Makefile', ".so", ".dylib"
# fix the /share/man/man path
inreplace 'libraries/liblmdb/Makefile' do |s|
s.gsub! '$(DESTDIR)$(prefix)/man/man1', '$(DESTDIR)$(prefix)/share/man/man1'
inreplace "libraries/liblmdb/Makefile" do |s|
s.gsub! ".so", ".dylib"
s.gsub! "$(DESTDIR)$(prefix)/man/man1", "$(DESTDIR)$(prefix)/share/man/man1"
end
man1.mkpath