[20855] trunk/dports/perl/p5-net-ssleay/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Dec 4 20:17:54 PST 2006
Revision: 20855
http://trac.macosforge.org/projects/macports/changeset/20855
Author: ricci at macports.org
Date: 2006-12-04 20:17:54 -0800 (Mon, 04 Dec 2006)
Log Message:
-----------
add a global replace to the reinplace in post-patch, single replace wasn't
working right.
NOTE: perl Makefile.PL still complains about not knowing which compiler
was used to build ${prefix}/bin/openssl because its check doesn't handle
cc-VERSION_NUM, i.e. gcc-4.0.
Modified Paths:
--------------
trunk/dports/perl/p5-net-ssleay/Portfile
Modified: trunk/dports/perl/p5-net-ssleay/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ssleay/Portfile 2006-12-05 04:02:46 UTC (rev 20854)
+++ trunk/dports/perl/p5-net-ssleay/Portfile 2006-12-05 04:17:54 UTC (rev 20855)
@@ -12,7 +12,7 @@
platforms darwin
post-patch {
- reinplace "s|/usr/local/ssl|${prefix}|" ${worksrcpath}/Makefile.PL
+ reinplace "s|/usr/local/ssl|${prefix}|g" ${worksrcpath}/Makefile.PL
}
configure.pre_args-append --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061204/81165c28/attachment.html
More information about the macports-changes
mailing list