[22029] trunk/dports/gnustep/gnustep-make-docs/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 14 20:51:42 PST 2007


Revision: 22029
          http://trac.macosforge.org/projects/macports/changeset/22029
Author:   yves at macports.org
Date:     2007-02-14 20:51:42 -0800 (Wed, 14 Feb 2007)

Log Message:
-----------
Install html docs

Modified Paths:
--------------
    trunk/dports/gnustep/gnustep-make-docs/Portfile

Modified: trunk/dports/gnustep/gnustep-make-docs/Portfile
===================================================================
--- trunk/dports/gnustep/gnustep-make-docs/Portfile	2007-02-15 04:31:10 UTC (rev 22028)
+++ trunk/dports/gnustep/gnustep-make-docs/Portfile	2007-02-15 04:51:42 UTC (rev 22029)
@@ -4,6 +4,7 @@
 
 name            	gnustep-make-docs
 version         	1.13.0
+revision			1
 categories          gnustep devel
 description     	GNUstep makefile documentation
 long_description	${description}
@@ -41,4 +42,10 @@
         && \
         ${destroot.cmd} ${destroot.target} \
             ${destroot.args} ${destroot.destdir}"
+    foreach i { faq filesystem gnustep-howto machines userfaq } {
+    	file copy ${worksrcpath}/$i \
+    		${destroot}${prefix}/GNUstep/System/Library/Documentation/User/GNUstep
+    }
+    file copy ${worksrcpath}/make \
+    		${destroot}${prefix}/GNUstep/System/Library/Documentation/Developer/Make/Manual
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070214/449fa1ae/attachment.html


More information about the macports-changes mailing list