[74269] trunk/dports/devel/gengetopt/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 9 14:34:15 PST 2010


Revision: 74269
          http://trac.macports.org/changeset/74269
Author:   ryandesign at macports.org
Date:     2010-12-09 14:34:08 -0800 (Thu, 09 Dec 2010)
Log Message:
-----------
gengetopt: fix destroot when coreutils is not installed by giving execute permission to the install-sh script; see #27515

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

Modified: trunk/dports/devel/gengetopt/Portfile
===================================================================
--- trunk/dports/devel/gengetopt/Portfile	2010-12-09 16:12:31 UTC (rev 74268)
+++ trunk/dports/devel/gengetopt/Portfile	2010-12-09 22:34:08 UTC (rev 74269)
@@ -25,6 +25,10 @@
 checksums	sha1    3231516a9fb625f38cea0ba0c320bf8e3a16748c \
 		rmd160  19227a2d3e1fe15751555c4ddfdb41e8946584ec
 
+post-extract {
+	file attributes ${worksrcpath}/build-aux/install-sh -permissions a+x
+}
+
 configure.args   --enable-warnings \
 	--infodir=${prefix}/share/info --mandir=${prefix}/share/man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101209/09facb13/attachment.html>


More information about the macports-changes mailing list