[86229] trunk/dports/math/fgsl/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Oct 24 04:20:02 PDT 2011
On Oct 22, 2011, at 23:24, takeshi at macports.org wrote:
> Revision: 86229
> http://trac.macports.org/changeset/86229
> Author: takeshi at macports.org
> Date: 2011-10-22 21:24:05 -0700 (Sat, 22 Oct 2011)
> Log Message:
> -----------
> fgsl: updated for 0.9.4. Set cc. Use HTML doc
>
> Modified Paths:
> --------------
> trunk/dports/math/fgsl/Portfile
> @@ -39,7 +39,6 @@
> reinplace "s|-I../..|-I${prefix}/include/\$(F90)|" ${destroot}${prefix}/share/${name}/examples/Makefile
> if {[variant_isset doc]} {
> xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
> - xinstall -m 644 ${worksrcpath}/doc/fgsl-ref.pdf ${destroot}${prefix}/share/doc/${name}/
> }
> }
>
> @@ -53,11 +52,11 @@
> # reinplace "s|g95|gfortran-mp-4.3|" ${worksrcpath}/doc/usage.texi
> #}
>
> -variant doc description {typeset documentation} {
> - depends_build-append port:texinfo bin:dvipdf:teTeX
> - post-build {
> - system "cd ${worksrcpath}/doc/; make"
> - }
> +variant doc description {deprecated. dummy variant} {
> +# depends_build-append port:texinfo bin:dvipdf:teTeX
> +# post-build {
> +# system "cd ${worksrcpath}/doc/; make"
> +# }
> }
Why does the variant remain? It doesn't appear to do anything.
More information about the macports-dev
mailing list