[48501] trunk/dports/devel/ffcall/Portfile

blb at macports.org blb at macports.org
Mon Mar 23 18:53:13 PDT 2009


Revision: 48501
          http://trac.macports.org/changeset/48501
Author:   blb at macports.org
Date:     2009-03-23 18:53:13 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
devel/ffcall - put HTML files under ffcall-specific directory, ticket #18819 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/devel/ffcall/Portfile

Modified: trunk/dports/devel/ffcall/Portfile
===================================================================
--- trunk/dports/devel/ffcall/Portfile	2009-03-23 23:52:30 UTC (rev 48500)
+++ trunk/dports/devel/ffcall/Portfile	2009-03-24 01:53:13 UTC (rev 48501)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name				ffcall
 version				1.10
+revision			1
 categories			devel
 maintainers			pguyot at kallisys.net
 description			Foreign function call libraries
@@ -18,4 +19,11 @@
 test.target			check
 # configure accepts --infodir, although there is no info pages (yet?).
 configure.args		--mandir=${prefix}/share/man \
-					--infodir=${prefix}/share/info
\ No newline at end of file
+					--infodir=${prefix}/share/info
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	eval move [glob ${destroot}${prefix}/share/html/*] \
+		${destroot}${prefix}/share/doc/${name}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090323/87c0745e/attachment.html>


More information about the macports-changes mailing list