[75832] trunk/dports/java/derby/Portfile

blair at macports.org blair at macports.org
Thu Feb 10 00:51:55 PST 2011


Revision: 75832
          http://trac.macports.org/changeset/75832
Author:   blair at 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}
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110210/311da2be/attachment.html>


More information about the macports-changes mailing list