[88887] trunk/dports/python/py-mecab/Portfile

hum at macports.org hum at macports.org
Sat Jan 14 07:34:38 PST 2012


Revision: 88887
          http://trac.macports.org/changeset/88887
Author:   hum at macports.org
Date:     2012-01-14 07:34:37 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
py-mecab: specify python.default_version; create a stub doc directory ${prefix}/share/doc/py-mecab.

Modified Paths:
--------------
    trunk/dports/python/py-mecab/Portfile

Modified: trunk/dports/python/py-mecab/Portfile
===================================================================
--- trunk/dports/python/py-mecab/Portfile	2012-01-14 15:21:38 UTC (rev 88886)
+++ trunk/dports/python/py-mecab/Portfile	2012-01-14 15:34:37 UTC (rev 88887)
@@ -7,6 +7,7 @@
 name                py-mecab
 version             0.991
 python.versions     24 25 26 27
+python.default_version       27
 categories-append   textproc japanese
 platforms           darwin
 maintainers         gmail.com:rsky0711 hum openmaintainer
@@ -40,6 +41,9 @@
 
     livecheck.type      none
 } else {
+    pre-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    }
     livecheck.type      regex
     livecheck.url       http://code.google.com/p/mecab/downloads/list
     livecheck.regex     {mecab-python-([\d\.]+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/7db6e415/attachment.html>


More information about the macports-changes mailing list