[37848] trunk/dports/lang/polyml/Portfile

mww at macports.org mww at macports.org
Thu Jun 26 00:47:04 PDT 2008


Revision: 37848
          http://trac.macosforge.org/projects/macports/changeset/37848
Author:   mww at macports.org
Date:     2008-06-26 00:47:04 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
fix potential build error (make 'install-sh' executable, #15749)

Modified Paths:
--------------
    trunk/dports/lang/polyml/Portfile

Modified: trunk/dports/lang/polyml/Portfile
===================================================================
--- trunk/dports/lang/polyml/Portfile	2008-06-26 07:45:43 UTC (rev 37847)
+++ trunk/dports/lang/polyml/Portfile	2008-06-26 07:47:04 UTC (rev 37848)
@@ -20,6 +20,8 @@
 
 depends_lib		lib:libX11.6:XFree86
 
+post-extract { system "chmod 755 ${worksrcpath}/install-sh" }
+
 configure.ldflags
 configure.cppflags
 configure.args		--mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080626/d9630861/attachment.htm 


More information about the macports-changes mailing list