[92883] trunk/dports/sysutils/grep/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 9 19:56:46 PDT 2012


Revision: 92883
          https://trac.macports.org/changeset/92883
Author:   ryandesign at macports.org
Date:     2012-05-09 19:56:46 -0700 (Wed, 09 May 2012)
Log Message:
-----------
grep: fix build when a broken MacPorts grep is installed (#34375); remove unnecessary configure args

Modified Paths:
--------------
    trunk/dports/sysutils/grep/Portfile

Modified: trunk/dports/sysutils/grep/Portfile
===================================================================
--- trunk/dports/sysutils/grep/Portfile	2012-05-10 01:43:11 UTC (rev 92882)
+++ trunk/dports/sysutils/grep/Portfile	2012-05-10 02:56:46 UTC (rev 92883)
@@ -24,8 +24,8 @@
 
 patchfiles      patch-po-Makefile.in.in.diff
 
-configure.args  --infodir=${prefix}/share/info \
-                --mandir=${prefix}/share/man
+# Ensure system version of grep is used instead of a possibly broken MacPorts version.
+configure.env   PATH=/usr/bin:$env(PATH)
 
 depends_lib     port:pcre port:gettext
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120509/5d96eb09/attachment.html>


More information about the macports-changes mailing list