[43983] trunk/dports/devel/libtool/Portfile
blb at macports.org
blb at macports.org
Thu Dec 18 20:58:42 PST 2008
Revision: 43983
http://trac.macports.org/changeset/43983
Author: blb at macports.org
Date: 2008-12-18 20:58:41 -0800 (Thu, 18 Dec 2008)
Log Message:
-----------
devel/libtool - add variant to install HTML manual
Modified Paths:
--------------
trunk/dports/devel/libtool/Portfile
Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile 2008-12-19 01:51:36 UTC (rev 43982)
+++ trunk/dports/devel/libtool/Portfile 2008-12-19 04:58:41 UTC (rev 43983)
@@ -37,6 +37,15 @@
test.run yes
test.target check
+variant doc description {Install the HTML manual} {
+ depends_build-append bin:makeinfo:texinfo
+ build.target-append web-manual
+ post-destroot {
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -m 644 -W ${worksrcpath} manual.html ${destroot}${docdir}
+ }
+}
+
livecheck.check regex
livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081218/0d526fb1/attachment.html>
More information about the macports-changes
mailing list