[116869] trunk/dports/textproc/kytea/Portfile

hum at macports.org hum at macports.org
Sat Feb 8 22:08:31 PST 2014


Revision: 116869
          https://trac.macports.org/changeset/116869
Author:   hum at macports.org
Date:     2014-02-08 22:08:31 -0800 (Sat, 08 Feb 2014)
Log Message:
-----------
kytea: fix expressions.

Modified Paths:
--------------
    trunk/dports/textproc/kytea/Portfile

Modified: trunk/dports/textproc/kytea/Portfile
===================================================================
--- trunk/dports/textproc/kytea/Portfile	2014-02-09 06:02:30 UTC (rev 116868)
+++ trunk/dports/textproc/kytea/Portfile	2014-02-09 06:08:31 UTC (rev 116869)
@@ -27,13 +27,13 @@
                     sha256  4327bd1124e546121354516e784b2dc01a62a36740b26a7c6d44350c2442cd58
 
 post-destroot {
-    set docdir ${destroot}${prefix}/share/doc/${name}
-    xinstall -d ${docdir}
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS COPYING ChangeLog NEWS README \
-        ${docdir}
+        ${destroot}${docdir}
 }
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140208/a71470da/attachment.html>


More information about the macports-changes mailing list