Ticket #13298: apache2-2.2.6_1.diff
File apache2-2.2.6_1.diff, 1.6 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 4 5 name apache2 5 6 version 2.2.6 7 revision 1 6 8 7 9 categories www 8 10 maintainers imajes@macports.org … … 18 20 19 21 master_sites apache:httpd 20 22 distname httpd-${version} 21 checksums md5 203bea91715064f0c787f6499d33a377 \22 sha1 e6ef926ecd1f9a412af8c266239f0a6f58c6385423 23 use_bzip2 yes 24 24 25 checksums md5 203bea91715064f0c787f6499d33a377 \ 26 sha1 e6ef926ecd1f9a412af8c266239f0a6f58c63854 \ 27 rmd160 5ae895c6898213e1e3b7e7b02cdfcbe5b36a108f 28 25 29 depends_lib port:apr \ 26 30 port:apr-util \ 27 31 port:expat \ … … 75 79 76 80 post-destroot { 77 81 set confDir ${destroot}${prefix}/apache2/conf 78 file rename -force ${confDir}/httpd.conf ${confDir}/httpd.conf.sample82 move -force ${confDir}/httpd.conf ${confDir}/httpd.conf.sample 79 83 80 84 destroot.keepdirs ${destroot}${prefix}/apache2/logs 81 85 82 86 # fix libtool path 83 reinplace "s|/apache2/build/libtool|/share/apr- 0/build/libtool|g" \87 reinplace "s|/apache2/build/libtool|/share/apr-1/build/libtool|g" \ 84 88 ${destroot}${prefix}/apache2/build/config_vars.mk 89 90 set docdir ${prefix}/share/doc/apache-${version} 91 xinstall -d ${destroot}${docdir} 92 xinstall -m 0644 -W ${worksrcpath} ABOUT_APACHE CHANGES LICENSE NOTICE README \ 93 README.platforms ROADMAP VERSIONING ${destroot}${docdir} 85 94 } 86 95 87 96 variant openbsd {