Ticket #34984: fgsl-delete-doc-variant.diff
File fgsl-delete-doc-variant.diff, 1004 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
37 37 xinstall -m 644 ${worksrcpath}/make.inc ${destroot}${prefix}/share/${name} 38 38 reinplace "s|../make.inc|make.inc|" ${destroot}${prefix}/share/${name}/examples/Makefile 39 39 reinplace "s|-I../..|-I${prefix}/include/\$(F90)|" ${destroot}${prefix}/share/${name}/examples/Makefile 40 if {[variant_isset doc]} {41 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}42 }43 40 } 44 41 45 42 universal_variant no … … 52 49 # reinplace "s|g95|gfortran-mp-4.3|" ${worksrcpath}/doc/usage.texi 53 50 #} 54 51 55 variant doc description {deprecated. dummy variant} {56 # depends_build-append port:texinfo bin:dvipdf:teTeX57 # post-build {58 # system "cd ${worksrcpath}/doc/; make"59 # }60 }61 62 52 livecheck.type regex 63 53 livecheck.url ${homepage} 64 54 livecheck.regex {Download .*version ([0-9]+\.[0-9]+\.*[0-9]*)}