[19590] trunk/dports/www/libapreq2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 16 14:01:49 PDT 2006


Revision: 19590
Author:   markd at macports.org
Date:     2006-09-16 14:01:42 -0700 (Sat, 16 Sep 2006)

Log Message:
-----------
Evil hardcoded path in submitted port.

Modified Paths:
--------------
    trunk/dports/www/libapreq2/Portfile

Modified: trunk/dports/www/libapreq2/Portfile
===================================================================
--- trunk/dports/www/libapreq2/Portfile	2006-09-16 20:41:57 UTC (rev 19589)
+++ trunk/dports/www/libapreq2/Portfile	2006-09-16 21:01:42 UTC (rev 19590)
@@ -13,7 +13,7 @@
 checksums           md5 9fb3deec448f74c455d4ffc13846ea9f
 master_sites        apache:httpd/libapreq
 depends_lib         port:perl5.8 port:p5-extutils-xsbuilder port:p5-apache-test port:p5-parse-recdescent port:mod_perl2
-configure.cmd       perl Makefile.PL --with-apache2-apxs=/opt/local/apache2/bin/apxs
+configure.cmd       perl Makefile.PL --with-apache2-apxs=${prefix}/apache2/bin/apxs
 long_description      Perl API to the Apache2 Request 
 post-destroot {
         foreach badfile [exec find ${destroot} -name perllocal.pod] {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060916/521465fe/attachment.html


More information about the macports-changes mailing list