Ticket #19547: pango-doc.diff
File pango-doc.diff, 1.3 KB (added by nox@…, 16 years ago) |
---|
-
Portfile
5 5 6 6 name pango 7 7 version 1.24.1 8 revision 28 revision 3 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories x11 11 11 maintainers ryandesign … … 29 29 rmd160 8924a2ef039c2bf71e185cad96e87e8c973a59c0 30 30 31 31 depends_build \ 32 path:bin/gtkdoc-rebase:gtk-doc \33 32 port:pkgconfig 34 33 35 34 depends_lib \ … … 45 44 # Do not call gzip on man files as it interferes with the universal merger process. 46 45 post-patch { 47 46 reinplace "s|\$(MAKE) \$(AM_MAKEFLAGS) install-data-hook||" ${worksrcpath}/pango-view/Makefile.in 47 48 if {![variant_isset doc]} { 49 reinplace /^install-data-am:/s/install-data-local// ${worksrcpath}/docs/Makefile.in 50 } 48 51 } 49 52 50 53 platform macosx {} … … 148 151 test.run yes 149 152 test.target check 150 153 154 variant doc description "Install developer documentation" { 155 depends_build-append port:gtk-doc 156 } 157 151 158 livecheck.check regex 152 159 livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/?C=M&O=D 153 160 livecheck.regex ${name}-(\[0-9.\]+)\\.tar