Revision: 75832 http://trac.macports.org/changeset/75832 Author: blair@macports.org Date: 2011-02-10 00:51:52 -0800 (Thu, 10 Feb 2011) Log Message: ----------- Use ${filespath} instead of ${filesdir} because the former is absolute. Suggested by: ryandesign Modified Paths: -------------- trunk/dports/java/derby/Portfile Modified: trunk/dports/java/derby/Portfile =================================================================== --- trunk/dports/java/derby/Portfile 2011-02-10 06:34:18 UTC (rev 75831) +++ trunk/dports/java/derby/Portfile 2011-02-10 08:51:52 UTC (rev 75832) @@ -49,7 +49,7 @@ file copy ${worksrcpath} ${derbydir} foreach f { dblook ij sysinfo } { - xinstall -m 755 ${filesdir}/${f} ${destroot}${prefix}/bin/${f} + xinstall -m 755 ${filespath}/${f} ${destroot}${prefix}/bin/${f} reinplace "s|@PREFIX@|${prefix}|" ${destroot}${prefix}/bin/${f} }
participants (1)
-
blair@macports.org