[25838] trunk/dports/devel/treecc/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 3 02:57:56 PDT 2007


Revision: 25838
          http://trac.macosforge.org/projects/macports/changeset/25838
Author:   mww at macports.org
Date:     2007-06-03 02:57:56 -0700 (Sun, 03 Jun 2007)

Log Message:
-----------
version 0.3.10, add docs to install

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

Modified: trunk/dports/devel/treecc/Portfile
===================================================================
--- trunk/dports/devel/treecc/Portfile	2007-06-03 09:46:07 UTC (rev 25837)
+++ trunk/dports/devel/treecc/Portfile	2007-06-03 09:57:56 UTC (rev 25838)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            treecc
-version         0.3.8
+version         0.3.10
 categories      devel
 maintainers     mww at macports.org
 platforms       darwin
@@ -14,9 +14,15 @@
 			abstract syntax trees and operations upon the trees.
 homepage		http://www.southern-storm.com.au/treecc.html
 master_sites    http://www.southern-storm.com.au/download
-checksums       sha1 194f5a83009161b40957cd934f97d278ac3ddeb5
+checksums       sha1 f905cb535559b0e2d04fa86da14de240f5b1e44f
 configure.args	--infodir=${prefix}/share/info --mandir=${prefix}/share/man
 
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
+		NEWS README ${destroot}${prefix}/share/doc/${name}
+}
+
 platform darwin 8 {
 	configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070603/8394e476/attachment.html


More information about the macports-changes mailing list