[136051] trunk/dports/devel/gmake/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 11 06:24:02 PDT 2015


Revision: 136051
          https://trac.macports.org/changeset/136051
Author:   ryandesign at macports.org
Date:     2015-05-11 06:24:02 -0700 (Mon, 11 May 2015)
Log Message:
-----------
gmake: don't override configure.args in guile variant; change backtick to smart quote in long description (#45527)

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

Modified: trunk/dports/devel/gmake/Portfile
===================================================================
--- trunk/dports/devel/gmake/Portfile	2015-05-11 12:53:31 UTC (rev 136050)
+++ trunk/dports/devel/gmake/Portfile	2015-05-11 13:24:02 UTC (rev 136051)
@@ -10,7 +10,7 @@
 description     GNU Make
 long_description \
     Make is a tool which controls the generation of executables and     \
-    other non-source files of a program from the program`s source files.\
+    other non-source files of a program from the program’s source files.\
     Make gets its knowledge of how to build your program from a file    \
     called the makefile, which lists each of the non-source files and   \
     how to compute it from other files. When you write a program, you   \
@@ -35,7 +35,7 @@
 
 variant guile description "Enable GNU Guile extensions" {
     depends_lib-append  port:guile
-    configure.args  --program-prefix=g --with-guile
+    configure.args-replace  --without-guile --with-guile
 }
 
 test.run        yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/4b52f194/attachment.html>


More information about the macports-changes mailing list