[150766] trunk/dports/sysutils/tmux-pasteboard/Portfile

larryv at macports.org larryv at macports.org
Thu Jul 28 00:04:48 PDT 2016


Revision: 150766
          https://trac.macports.org/changeset/150766
Author:   larryv at macports.org
Date:     2016-07-28 00:04:48 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
tmux-pasteboard: Rearrange and reformat

Modified Paths:
--------------
    trunk/dports/sysutils/tmux-pasteboard/Portfile

Modified: trunk/dports/sysutils/tmux-pasteboard/Portfile
===================================================================
--- trunk/dports/sysutils/tmux-pasteboard/Portfile	2016-07-28 06:26:39 UTC (rev 150765)
+++ trunk/dports/sysutils/tmux-pasteboard/Portfile	2016-07-28 07:04:48 UTC (rev 150766)
@@ -6,33 +6,31 @@
 
 github.setup        ChrisJohnsen tmux-MacOSX-pasteboard 2.4 v
 name                tmux-pasteboard
-license             BSD
 categories          sysutils
-maintainers         larryv
 platforms           darwin
+license             BSD
+maintainers         larryv
+
 description         Wrapper to use pasteboard services in tmux
 long_description    ${description}
 
+depends_run         path:bin/tmux:tmux
+
 checksums           rmd160  ef47540b45b515a219096bd754da95c6e491753c \
                     sha256  c93ef1824bf933748e8d020eddc8811d09b6758729cd0384df58ea352aca59e0
 
 use_configure       no
-
 variant universal {}
 
-depends_run         path:bin/tmux:tmux
-
-build.args          ARCHES="[get_canonical_archs]"
-
 build.env           CC="${configure.cc}" \
                     CFLAGS="-I${prefix}/include" \
                     LDFLAGS="-L${prefix}/lib"
-
 build.target        reattach-to-user-namespace
+build.args          ARCHES="[get_canonical_archs]"
 
 destroot {
     xinstall -m 755 ${worksrcpath}/reattach-to-user-namespace \
-        ${destroot}${prefix}/bin/
+            ${destroot}${prefix}/bin
 }
 
 notes \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/3f8682e3/attachment.html>


More information about the macports-changes mailing list