[34603] trunk/dports/math/gunits/Portfile

jmr at macports.org jmr at macports.org
Thu Feb 28 22:57:11 PST 2008


Revision: 34603
          http://trac.macosforge.org/projects/macports/changeset/34603
Author:   jmr at macports.org
Date:     2008-02-28 22:57:09 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
gunits: fix issues introduced in r34595.

Modified Paths:
--------------
    trunk/dports/math/gunits/Portfile

Modified: trunk/dports/math/gunits/Portfile
===================================================================
--- trunk/dports/math/gunits/Portfile	2008-02-29 04:07:04 UTC (rev 34602)
+++ trunk/dports/math/gunits/Portfile	2008-02-29 06:57:09 UTC (rev 34603)
@@ -4,6 +4,7 @@
 
 name             gunits
 version          1.86
+revision         1
 categories       math
 maintainers      nomaintainer
 description      Unit conversion and calculation
@@ -22,10 +23,10 @@
                  rmd160 d54d8074445bbe60832301174544c40192a50dd7
 
 configure.cflags -I${prefix}/include
-configure.ldflags -I${prefix}/lib
+configure.ldflags -L${prefix}/lib
 configure.args   --program-prefix=g \
-                 --mandir=${prefix}/share/man \
-                 --infodir=${prefix}/share/info
+                 --mandir=\\\${prefix}/share/man \
+                 --infodir=\\\${prefix}/share/info
 destroot.destdir prefix=${destroot}${prefix}
 
 depends_lib      port:ncurses \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/88bd3a69/attachment.html 


More information about the macports-changes mailing list