[92163] trunk/dports/security/openfpc/Portfile

jmr at macports.org jmr at macports.org
Fri Apr 20 12:35:31 PDT 2012


Revision: 92163
          https://trac.macports.org/changeset/92163
Author:   jmr at macports.org
Date:     2012-04-20 12:35:30 -0700 (Fri, 20 Apr 2012)
Log Message:
-----------
openfpc: fix bypassing destroot for one file and sometimes installing it with the path of what should be its parent dir

Modified Paths:
--------------
    trunk/dports/security/openfpc/Portfile

Modified: trunk/dports/security/openfpc/Portfile
===================================================================
--- trunk/dports/security/openfpc/Portfile	2012-04-20 18:22:26 UTC (rev 92162)
+++ trunk/dports/security/openfpc/Portfile	2012-04-20 19:35:30 UTC (rev 92163)
@@ -5,7 +5,7 @@
 
 name                openfpc
 version             0.1a
-revision            2
+revision            3
 categories          security
 platforms           darwin
 maintainers         yahoo.fr:jul_bsd openmaintainer
@@ -46,7 +46,8 @@
 
 destroot {
     xinstall -m 755 -W ${worksrcpath} ofpc-extract.pl openfpc ${destroot}${prefix}/bin
-    xinstall -m 644 -W ${worksrcpath} ofpcParse.pm ${perl5.lib}
+    xinstall -d ${destroot}${perl5.lib}
+    xinstall -m 644 -W ${worksrcpath} ofpcParse.pm ${destroot}${perl5.lib}
     xinstall -m 644 ${worksrcpath}/openfpc.conf ${destroot}${prefix}/etc/openfpc.conf.sample
     
     xinstall -d ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120420/d603224f/attachment.html>


More information about the macports-changes mailing list