[45594] trunk/dports/devel/libsdl_gfx/Portfile

mww at macports.org mww at macports.org
Sun Jan 18 01:53:08 PST 2009


Revision: 45594
          http://trac.macports.org/changeset/45594
Author:   mww at macports.org
Date:     2009-01-18 01:53:08 -0800 (Sun, 18 Jan 2009)
Log Message:
-----------
make 'install-sh' executable (makes destroot fail if no other 'install' program is detected) #18075

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

Modified: trunk/dports/devel/libsdl_gfx/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx/Portfile	2009-01-18 09:52:40 UTC (rev 45593)
+++ trunk/dports/devel/libsdl_gfx/Portfile	2009-01-18 09:53:08 UTC (rev 45594)
@@ -27,6 +27,8 @@
 depends_build		port:libtool
 depends_lib		port:libsdl port:libiconv
 
+post-extract { system "chmod +x ${worksrcpath}/install-sh" }
+
 configure.args	--disable-mmx \
 				--disable-sdltest
 build.args		LIBTOOL=glibtool
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090118/fdf80d73/attachment.html>


More information about the macports-changes mailing list