[78558] trunk/dports/math/gsl/Portfile

jmr at macports.org jmr at macports.org
Wed May 11 23:31:31 PDT 2011


Revision: 78558
          http://trac.macports.org/changeset/78558
Author:   jmr at macports.org
Date:     2011-05-11 23:31:28 -0700 (Wed, 11 May 2011)
Log Message:
-----------
gsl: fix post-activate code

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

Modified: trunk/dports/math/gsl/Portfile
===================================================================
--- trunk/dports/math/gsl/Portfile	2011-05-12 01:53:20 UTC (rev 78557)
+++ trunk/dports/math/gsl/Portfile	2011-05-12 06:31:28 UTC (rev 78558)
@@ -5,6 +5,7 @@
 
 name                gsl
 version             1.14
+revision            1
 categories          math science
 maintainers         openmaintainer jochen
 homepage            http://www.gnu.org/software/gsl
@@ -32,7 +33,7 @@
 test.target         check
 
 post-activate    {
-    system "install-info ${destroot}${prefix}/share/info/gsl-ref.info ${prefix}/share/info/dir"
+    system "install-info ${prefix}/share/info/gsl-ref.info ${prefix}/share/info/dir"
 }
 
 variant doc description "Install PDF and HTML documentation" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110511/6d94c672/attachment.html>


More information about the macports-changes mailing list