Modified: trunk/dports/perl/p5-libapreq2/Portfile (76486 => 76487)
--- trunk/dports/perl/p5-libapreq2/Portfile 2011-02-25 17:21:21 UTC (rev 76486)
+++ trunk/dports/perl/p5-libapreq2/Portfile 2011-02-25 17:37:19 UTC (rev 76487)
@@ -39,3 +39,11 @@
file delete ${badfile}
}
}
+
+post-install {
+ ui_msg "\nIf this your first install, you might want to"
+ ui_msg " * enable apreq in apache :\n"
+ ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"apreq\" mod_apreq2.so\n"
+ ui_msg " * And then relaunch apache \n"
+ ui_msg "${prefix}/apache2/bin/apachectl restart\n"
+ }