Revision: 75749 http://trac.macports.org/changeset/75749 Author: ryandesign@macports.org Date: 2011-02-06 18:47:30 -0800 (Sun, 06 Feb 2011) Log Message: ----------- sleepwatcher: update to 2.1.1, also install ReadMe Modified Paths: -------------- trunk/dports/sysutils/sleepwatcher/Portfile Modified: trunk/dports/sysutils/sleepwatcher/Portfile =================================================================== --- trunk/dports/sysutils/sleepwatcher/Portfile 2011-02-07 02:36:31 UTC (rev 75748) +++ trunk/dports/sysutils/sleepwatcher/Portfile 2011-02-07 02:47:30 UTC (rev 75749) @@ -5,7 +5,7 @@ PortGroup xcode 1.0 name sleepwatcher -version 2.1 +version 2.1.1 categories sysutils maintainers ryandesign license GPL-3+ @@ -24,9 +24,8 @@ interaction. It also can send the Mac to sleep mode \ or retrieve the time since last user activity. -checksums md5 d4ace64e2e978f4f289ca4dddd21c6f2 \ - sha1 54d09ed7a25abd2f2a398bf7f17b0ddc70f1b1d9 \ - rmd160 3bd630072825b5cac54e5a28f9d519827b67bdc4 +checksums sha1 3c199f4bffc4ecf8a774119ff370500454bd49bc \ + rmd160 e12f555e4b4970ca17a302d0d4fa84f1024d048c pre-fetch { if {${os.major} < 9} { @@ -43,6 +42,9 @@ post-destroot { xinstall -m 755 -W ${worksrcpath}/config rc.sleep rc.wakeup ${destroot}${prefix}/etc + set docdir ${destroot}${prefix}/share/doc/${name} + xinstall -d ${docdir} + xinstall -m 644 -W ${worksrcpath} ReadMe.rtf ${docdir} } startupitem.create yes
participants (1)
-
ryandesign@macports.org