Revision
103560
Author
jmr@macports.org
Date
2013-03-01 04:36:50 -0800 (Fri, 01 Mar 2013)

Log Message

wmctrl: license

Modified Paths

Diff

Modified: trunk/dports/x11/wmctrl/Portfile (103559 => 103560)


--- trunk/dports/x11/wmctrl/Portfile	2013-03-01 12:34:52 UTC (rev 103559)
+++ trunk/dports/x11/wmctrl/Portfile	2013-03-01 12:36:50 UTC (rev 103560)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem          1.0
+
 name                wmctrl
 version             1.07
 categories          x11
+license             GPL-2+
 maintainers         nomaintainer
 description         interact with an EWMH/NetWM compatible X Window Manager
 long_description \
@@ -30,10 +32,8 @@
 
 depends_lib         port:xorg-libX11 port:xorg-libXmu path:lib/pkgconfig/glib-2.0.pc:glib2
 
-configure.args      --mandir=${prefix}/share/man 
+configure.args      --mandir=${prefix}/share/man
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
 livecheck.url       ${master_sites}
-
-