[31251] trunk/dports/x11/rxvt-unicode/Portfile

takanori at macports.org takanori at macports.org
Sun Nov 18 18:29:52 PST 2007


Revision: 31251
          http://trac.macosforge.org/projects/macports/changeset/31251
Author:   takanori at macports.org
Date:     2007-11-18 18:29:51 -0800 (Sun, 18 Nov 2007)

Log Message:
-----------
Linted.

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2007-11-19 02:29:20 UTC (rev 31250)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2007-11-19 02:29:51 UTC (rev 31251)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem      1.0
+
 name            rxvt-unicode
 version         8.4
 categories      x11
@@ -14,10 +15,15 @@
                 completely flicker-free \
                 display, support for Xft and core fonts in any \
                 combination, etc.
+platforms       darwin
 homepage        http://software.schmorp.de/pkg/rxvt-unicode.html
-
 master_sites    http://dist.schmorp.de/rxvt-unicode/ \
                 http://dist.schmorp.de/rxvt-unicode/Attic/
+use_bzip2       yes
+checksums       md5 d15ba0ea7cb54ce7a2a41650e2a5e6ab \
+                sha1 f07171283af57cd615b0a43a30641e4658aa7e28 \
+                rmd160 1fa40357a1ecacade007aad231c2e9be85b883a9
+
 depends_lib     lib:libX11.6:XFree86 \
                 port:expat \
                 port:fontconfig \
@@ -29,10 +35,6 @@
                 port:Xft2 \
                 port:xrender \
                 port:zlib
-use_bzip2       yes
-checksums       md5 d15ba0ea7cb54ce7a2a41650e2a5e6ab \
-                sha1 f07171283af57cd615b0a43a30641e4658aa7e28 \
-                rmd160 1fa40357a1ecacade007aad231c2e9be85b883a9
 
 configure.args  --enable-everything --with-codeset=all \
                 --disable-utmp --disable-afterimage \
@@ -41,7 +43,7 @@
 destroot.env    TERMINFO=${destroot}${prefix}/share/terminfo
 destroot.violate_mtree  yes
 pre-destroot {
-    file mkdir ${destroot}${prefix}/share/terminfo
+    xinstall -m 755 -d ${destroot}${prefix}/share/terminfo
     move ${worksrcpath}/INSTALL ${worksrcpath}/INSTALL_
 }
 post-destroot {
@@ -53,7 +55,7 @@
 
 platform darwin {
     post-destroot {
-        file mkdir ${destroot}/usr/share/terminfo
+        xinstall -m 755 -d ${destroot}/usr/share/terminfo
         system "TERMINFO=${destroot}/usr/share/terminfo /usr/bin/tic ${worksrcpath}/doc/etc/rxvt-unicode.terminfo"
     }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/0944a651/attachment.html


More information about the macports-changes mailing list