Ticket #2319: apache2-Portfile.diff
File apache2-Portfile.diff, 676 bytes (added by james@…, 20 years ago) |
---|
-
Portfile
? work RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/www/apache2/Portfile,v retrieving revision 1.18 diff -u -r1.18 Portfile
33 33 configure.pre_args --prefix=${prefix}/${name} 34 34 configure.args --with-apr=${prefix}/bin/apr-config \ 35 35 --with-apr-util=${prefix}/bin/apu-config \ 36 --libdir=${prefix}/lib \ 36 37 --with-expat=${prefix} \ 37 38 --mandir=${prefix}/share/man \ 38 39 --enable-mods-shared=all \