[29048] trunk/dports/devel/libsdl_image/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 13 15:36:12 PDT 2007


Revision: 29048
          http://trac.macosforge.org/projects/macports/changeset/29048
Author:   nox at macports.org
Date:     2007-09-13 15:36:12 -0700 (Thu, 13 Sep 2007)

Log Message:
-----------
libsdl_image: Fixed docdir (thanks Ryan).

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

Modified: trunk/dports/devel/libsdl_image/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image/Portfile	2007-09-13 19:56:53 UTC (rev 29047)
+++ trunk/dports/devel/libsdl_image/Portfile	2007-09-13 22:36:12 UTC (rev 29048)
@@ -28,9 +28,10 @@
 configure.args  --disable-sdltest
 
 post-destroot {
-    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}-${version}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
-        ${destroot}${prefix}/share/doc/${name}
+        ${destroot}${docdir}
 }
 
 livecheck.check regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070913/9538bc27/attachment.html


More information about the macports-changes mailing list