[84139] trunk/dports/games/svinepalsen/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 19 04:45:34 PDT 2011


Revision: 84139
          http://trac.macports.org/changeset/84139
Author:   ryandesign at macports.org
Date:     2011-09-19 04:45:33 -0700 (Mon, 19 Sep 2011)
Log Message:
-----------
svinepalsen: simplify directory creation

Modified Paths:
--------------
    trunk/dports/games/svinepalsen/Portfile

Modified: trunk/dports/games/svinepalsen/Portfile
===================================================================
--- trunk/dports/games/svinepalsen/Portfile	2011-09-19 11:44:13 UTC (rev 84138)
+++ trunk/dports/games/svinepalsen/Portfile	2011-09-19 11:45:33 UTC (rev 84139)
@@ -57,8 +57,7 @@
 build.env	CPPFLAGS="-I${prefix}/include -I${prefix}/include/smpeg" LDFLAGS="-L${prefix}/lib"
 
 post-destroot	{
-	file mkdir ${destroot}${prefix}/share/ \
-		${destroot}${prefix}/share/doc/${name}
+	xinstall -d ${destroot}${prefix}/share/doc/${name}
 	file copy ${workpath}/data ${destroot}${prefix}/share/${name}
 	xinstall -m 644 -W ${worksrcpath} AUTHORS README TODO \
 		${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110919/b3947b19/attachment.html>


More information about the macports-changes mailing list