[103158] trunk/dports/devel/ninka/Portfile

and.damore at macports.org and.damore at macports.org
Sat Feb 16 05:37:01 PST 2013


Revision: 103158
          https://trac.macports.org/changeset/103158
Author:   and.damore at macports.org
Date:     2013-02-16 05:37:01 -0800 (Sat, 16 Feb 2013)
Log Message:
-----------
port ninka: fixed bin dependency, removed unneded slash before $prefix

Modified Paths:
--------------
    trunk/dports/devel/ninka/Portfile

Modified: trunk/dports/devel/ninka/Portfile
===================================================================
--- trunk/dports/devel/ninka/Portfile	2013-02-16 12:08:45 UTC (rev 103157)
+++ trunk/dports/devel/ninka/Portfile	2013-02-16 13:37:01 UTC (rev 103158)
@@ -17,7 +17,7 @@
     (and their variations)
 homepage            http://ninka.turingmachine.org
 master_sites        http://ninka.turingmachine.org/download
-depends_lib         bin:/bin/perl:perl5.12
+depends_lib         bin:perl:perl5
 use_bzip2           yes
 supported_archs     noarch
 checksums           rmd160  856573164bb105abf43a0c0140550447a3be3db0 \
@@ -30,7 +30,7 @@
 use_configure       no
 build {}
 destroot {
-    xinstall -m 755 ${worksrcpath}/ninka.pl ${destroot}/${prefix}/bin/ninka
+    xinstall -m 755 ${worksrcpath}/ninka.pl ${destroot}${prefix}/bin/ninka
     set directoriesToCopy [list comments extComments filter matcher senttok splitter]
     foreach directory ${directoriesToCopy} {
         xinstall -d   -m 755 ${destroot}${prefix}/share/${name}/${directory}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130216/f204ef09/attachment-0001.html>


More information about the macports-changes mailing list