pango-32: remove man page if help2man is around

This commit is contained in:
Danny Rawlins 2021-01-03 02:48:18 +11:00
parent 671887a0a1
commit 273b55f796
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXY/1Mz/NxbwAxnbDl6ZJYVO49uioqb+PyjuXubzg+rvXGOfNhFmLHYqlhLJPkCH3IZDWwcRy+P/CnwwcVyDvBQI= RWSwxGo/zH7eXcqaXtK5rkLq7Q7JfreWGgRxtVswOfZdmH8hg6d3D63IpWmckYYesZUO4nNraY8LVqyILWFE9ZeOmgZFj0qUDAg=
SHA256 (Pkgfile) = 721d3c096cd41f4248f3c311c37ed61e54e2299f9e79acb1738c56a9b5f89253 SHA256 (Pkgfile) = b3ed7874cd1f5a55c03bb347baf66ef99272fe2322adda0e9d1ce6a5137568e0
SHA256 (.footprint) = 5840759bb587ced4af801887e861a0e3a55a0ae062624cfd7b51eb80e8bfce07 SHA256 (.footprint) = 5840759bb587ced4af801887e861a0e3a55a0ae062624cfd7b51eb80e8bfce07
SHA256 (pango-1.48.0.tar.xz) = 391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6 SHA256 (pango-1.48.0.tar.xz) = 391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6

View File

@ -19,4 +19,7 @@ build() {
DESTDIR=$PKG meson install -C build DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/{bin,include} rm -r $PKG/usr/{bin,include}
# help2man no option in meson options to disable
rm -rf $PKG/usr/share/man
} }