diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-12 12:37:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-12 12:37:06 +0000 |
commit | 6e3f5014f0b52e84c689b2cce8ea36318d0f91b1 (patch) | |
tree | 34e4fb796e24dd1492543a0b06adc54b7436c6de /www/p5-HTML-Mason | |
parent | 010c334804f4a45f4a1aadbbc9c239c7188a03ae (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 3fb1108f36f8..307e041e12ba 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -58,7 +58,8 @@ MAN3= Bundle::HTML::Mason.3 \ HTML::Mason::Tools.3 \ HTML::Mason::Utils.3 -OPTIONS= MOD_PERL "with mod_perl dependency" off +OPTIONS= MOD_PERL "with mod_perl dependency" off \ + APACHE2 "with mod_perl for Apache 2" off post-build: ${MV} -f ${WRKSRC}/bin ${WRKSRC}/bin.orig |