1
0
forked from ports/opt

mod_ruby: adjusted for apr 1.0

This commit is contained in:
Juergen Daubert 2006-12-02 10:10:30 +01:00
parent e81170a370
commit ccc1229e31

@ -6,13 +6,14 @@
name=mod_ruby
version=1.2.6
release=1
release=2
source=(http://modruby.net/archive/$name-$version.tar.gz)
build() {
cd $name-$version
./configure.rb --prefix=/usr \
--with-apxs=/usr/sbin/apxs
--with-apxs=/usr/sbin/apxs \
--with-apr-includes=/usr/include/apr-1
make
make DESTDIR=$PKG install
}