[38140] trunk/dports/science/grads/Portfile

takeshi at macports.org takeshi at macports.org
Tue Jul 8 07:26:54 PDT 2008


Revision: 38140
          http://trac.macosforge.org/projects/macports/changeset/38140
Author:   takeshi at macports.org
Date:     2008-07-08 07:26:53 -0700 (Tue, 08 Jul 2008)
Log Message:
-----------
grads: removed --prefix=

Modified Paths:
--------------
    trunk/dports/science/grads/Portfile

Modified: trunk/dports/science/grads/Portfile
===================================================================
--- trunk/dports/science/grads/Portfile	2008-07-08 13:21:15 UTC (rev 38139)
+++ trunk/dports/science/grads/Portfile	2008-07-08 14:26:53 UTC (rev 38140)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -4,7 +5,7 @@
 
 name               grads
 version            1.9b4
-revision           3
+revision           4
 platforms          darwin
 maintainers        takeshi at macports.org
 categories         science
@@ -33,14 +34,12 @@
                    patch-wgrib.c.diff   patch-bufrscan.c.diff \
                    patch-gacfg.c.diff   patch-gxhpng.c.diff
 
-
 post-patch {
     reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/src/gx.h
 }
 
-#configure.env LIBS="-lwmf" SUPPLIBS=${prefix}
 configure.env SUPPLIBS=${prefix}
-configure.args     --prefix=${prefix} --with-readline --with-lats \
+configure.args     --with-readline --with-lats \
                    --with-nc --with-dods --with-hdf --with-x      \
                    --without-printim --without-gui
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080708/72a3a08f/attachment.html 


More information about the macports-changes mailing list