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

larryv at macports.org larryv at macports.org
Sat Dec 14 19:47:23 PST 2013


Revision: 114780
          https://trac.macports.org/changeset/114780
Author:   larryv at macports.org
Date:     2013-12-14 19:47:23 -0800 (Sat, 14 Dec 2013)
Log Message:
-----------
tmux-pasteboard: Take over maintainership; minor reformatting.

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

Modified: trunk/dports/sysutils/tmux-pasteboard/Portfile
===================================================================
--- trunk/dports/sysutils/tmux-pasteboard/Portfile	2013-12-15 03:46:40 UTC (rev 114779)
+++ trunk/dports/sysutils/tmux-pasteboard/Portfile	2013-12-15 03:47:23 UTC (rev 114780)
@@ -2,13 +2,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup   github  1.0
+PortGroup           github 1.0
 
 github.setup        ChrisJohnsen tmux-MacOSX-pasteboard 2.2 v
 name                tmux-pasteboard
 license             BSD
 categories          sysutils
-maintainers         nomaintainer
+maintainers         larryv
 platforms           darwin
 description         Wrapper to use pasteboard services in tmux
 long_description    ${description}
@@ -31,7 +31,8 @@
 build.target        reattach-to-user-namespace
 
 destroot {
-    xinstall -m 755 ${worksrcpath}/reattach-to-user-namespace ${destroot}${prefix}/bin/
+    xinstall -m 755 ${worksrcpath}/reattach-to-user-namespace \
+        ${destroot}${prefix}/bin/
 }
 
 notes \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131214/28eb8e7b/attachment.html>


More information about the macports-changes mailing list