Ticket #1377: patch-apache2-Portfile
File patch-apache2-Portfile, 355 bytes (added by julien.touche@…, 21 years ago) |
---|
Line | |
---|---|
1 | --- Portfile.orig Sun Dec 28 12:13:50 2003 |
2 | +++ Portfile Sun Dec 28 12:32:27 2003 |
3 | @@ -44,6 +44,12 @@ |
4 | |
5 | } |
6 | |
7 | +variant openbsd { |
8 | + configure.args-delete --with-layout=FreeBSD |
9 | + configure.args-append --with-layout=OpenBSD |
10 | + build.env-append "LD_LIBRARY_PATH=${prefix}/lib" |
11 | +} |
12 | + |
13 | post-destroot { |
14 | |
15 | system "mv ${destroot}${prefix}/${name}/conf/httpd.conf \ |