[50582] trunk/dports/x11/grace/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 4 13:34:25 PDT 2009


Revision: 50582
          http://trac.macports.org/changeset/50582
Author:   ryandesign at macports.org
Date:     2009-05-04 13:34:25 -0700 (Mon, 04 May 2009)
Log Message:
-----------
grace: only use configure.pre_args for the prefix; use configure.args for the remaining args

Modified Paths:
--------------
    trunk/dports/x11/grace/Portfile

Modified: trunk/dports/x11/grace/Portfile
===================================================================
--- trunk/dports/x11/grace/Portfile	2009-05-04 20:31:19 UTC (rev 50581)
+++ trunk/dports/x11/grace/Portfile	2009-05-04 20:34:25 UTC (rev 50582)
@@ -39,8 +39,8 @@
 
 patchfiles          patch-configure.diff
 
-configure.pre_args	--prefix=${prefix}/lib \
-                    --with-helpviewer="open ${prefix}/share/doc/${name}/`basename %s`" \
+configure.pre_args  --prefix=${prefix}/lib
+configure.args      --with-helpviewer="open ${prefix}/share/doc/${name}/`basename %s`" \
                     --x-include=${prefix}/include --x-lib=${prefix}/lib
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090504/8d53f3ab/attachment.html>


More information about the macports-changes mailing list