[100139] trunk/dports/www/stog/Portfile
mww at macports.org
mww at macports.org
Thu Nov 29 17:53:14 PST 2012
Revision: 100139
https://trac.macports.org/changeset/100139
Author: mww at macports.org
Date: 2012-11-29 17:53:14 -0800 (Thu, 29 Nov 2012)
Log Message:
-----------
stog: add docdir with license etc.; inc revision
Modified Paths:
--------------
trunk/dports/www/stog/Portfile
Modified: trunk/dports/www/stog/Portfile
===================================================================
--- trunk/dports/www/stog/Portfile 2012-11-30 01:48:33 UTC (rev 100138)
+++ trunk/dports/www/stog/Portfile 2012-11-30 01:53:14 UTC (rev 100139)
@@ -5,6 +5,7 @@
name stog
version 0.4
+revision 1
categories www ml
platforms darwin
license GPL-3
@@ -31,6 +32,12 @@
destroot.args BINDIR=${prefix}/bin
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} README Changes LICENSE \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
livecheck.type regex
livecheck.url http://zoggy.github.com/stog/install.html
livecheck.regex stog-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121129/beed526f/attachment-0001.html>
More information about the macports-changes
mailing list