[31657] trunk/dports/textproc/fribidi/Portfile

rhwood at macports.org rhwood at macports.org
Sat Dec 1 14:59:47 PST 2007


Revision: 31657
          http://trac.macosforge.org/projects/macports/changeset/31657
Author:   rhwood at macports.org
Date:     2007-12-01 14:59:45 -0800 (Sat, 01 Dec 2007)

Log Message:
-----------
Rework post-destroot to remove cd command

Modified Paths:
--------------
    trunk/dports/textproc/fribidi/Portfile

Modified: trunk/dports/textproc/fribidi/Portfile
===================================================================
--- trunk/dports/textproc/fribidi/Portfile	2007-12-01 22:58:50 UTC (rev 31656)
+++ trunk/dports/textproc/fribidi/Portfile	2007-12-01 22:59:45 UTC (rev 31657)
@@ -23,9 +23,8 @@
 build.env			MACOSX_DEPLOYMENT_TARGET="10.3"
 
 post-destroot {
-	file mkdir ${destroot}${prefix}/share/doc/${name}
-	cd ${worksrcpath}
-	xinstall -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
-		TODO ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
+		NEWS README THANKS TODO ${destroot}${prefix}/share/doc/${name}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071201/97c4b4ef/attachment.html


More information about the macports-changes mailing list