[50641] trunk/dports/x11/kinput2-macim/Portfile

takanori at macports.org takanori at macports.org
Tue May 5 16:15:19 PDT 2009


Revision: 50641
          http://trac.macports.org/changeset/50641
Author:   takanori at macports.org
Date:     2009-05-05 16:15:18 -0700 (Tue, 05 May 2009)
Log Message:
-----------
kinput2-macim:
- Use port:xorg-libXaw instead of port:xorg-libs.
- Shouldn't use "/usr/X11R6/lib/X11/app-defaults" any more.

Modified Paths:
--------------
    trunk/dports/x11/kinput2-macim/Portfile

Modified: trunk/dports/x11/kinput2-macim/Portfile
===================================================================
--- trunk/dports/x11/kinput2-macim/Portfile	2009-05-05 23:06:11 UTC (rev 50640)
+++ trunk/dports/x11/kinput2-macim/Portfile	2009-05-05 23:15:18 UTC (rev 50641)
@@ -4,7 +4,7 @@
 
 name            kinput2-macim
 version         3.1.20050629
-revision        5
+revision        6
 categories      x11 japanese
 maintainers     takanori openmaintainer
 description     Input server for easy input of Japanese text, using Kotoeri
@@ -41,7 +41,7 @@
                                                      sha1 d015835436a29807d8d72bca5e50a84bd0eb9395 \
                                                      rmd160 20a1788f2464dffaa74fc075d8f54ddbd9358e53
 
-depends_lib     port:xorg-libs
+depends_lib     port:xorg-libXaw
 depends_build	path:bin/xmkmf:imake
 
 pre-fetch {
@@ -75,10 +75,8 @@
 
 pre-destroot {
     destroot.target install install.man
-    destroot.post_args-append "PREFIX=${prefix} BINDIR=${prefix}/bin LIBDIR=${prefix}/lib CONFDIR=${prefix}/etc MANSOURCEPATH=${prefix}/share/man/man DOCDIR=${prefix}/share/doc/${name} XAPPLOADDIR=/usr/X11R6/lib/X11/app-defaults"
-    #notice: app-defaults/Kinput2.macim is installed outside of /opt tree.
+    destroot.post_args-append "PREFIX=${prefix} BINDIR=${prefix}/bin LIBDIR=${prefix}/lib CONFDIR=${prefix}/etc MANSOURCEPATH=${prefix}/share/man/man DOCDIR=${prefix}/share/doc/${name} XAPPLOADDIR=${prefix}/lib/X11/app-defaults"
 }
-destroot.violate_mtree  yes
 post-destroot {
     delete ${destroot}${prefix}/lib/app-defaults
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090505/332d195f/attachment.html>


More information about the macports-changes mailing list