Revision: 94772 https://trac.macports.org/changeset/94772 Author: takeshi@macports.org Date: 2012-06-29 07:33:31 -0700 (Fri, 29 Jun 2012) Log Message: ----------- fgsl: removed doc variant, closing #34984 Modified Paths: -------------- trunk/dports/math/fgsl/Portfile Modified: trunk/dports/math/fgsl/Portfile =================================================================== --- trunk/dports/math/fgsl/Portfile 2012-06-29 14:29:54 UTC (rev 94771) +++ trunk/dports/math/fgsl/Portfile 2012-06-29 14:33:31 UTC (rev 94772) @@ -37,9 +37,6 @@ xinstall -m 644 ${worksrcpath}/make.inc ${destroot}${prefix}/share/${name} reinplace "s|../make.inc|make.inc|" ${destroot}${prefix}/share/${name}/examples/Makefile 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} - } } universal_variant no @@ -52,13 +49,6 @@ # reinplace "s|g95|gfortran-mp-4.3|" ${worksrcpath}/doc/usage.texi #} -variant doc description {deprecated. dummy variant} { -# depends_build-append port:texinfo bin:dvipdf:teTeX -# post-build { -# system "cd ${worksrcpath}/doc/; make" -# } -} - livecheck.type regex livecheck.url ${homepage} livecheck.regex {Download .*version ([0-9]+\.[0-9]+\.*[0-9]*)}
participants (1)
-
takeshi@macports.org