commit 7495abd3c89ed2a370ceb5ec919d8ba2a573cdae Author: Tim Biermann <tbier@posteo.de> Date: Wed Nov 1 12:40:31 2023 +0100 libassuan: disable building docs diff --git a/libassuan/.signature b/libassuan/.signature index f71862a55..786052c4d 100644 --- a/libassuan/.signature +++ b/libassuan/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/RzVYmy1soj94uI+juXUgqr8wlX7JsEmlOLg6zU3uL0PU2eghic4HVzNmYt3RtciR/1ICvUENDM5KqbpHNgW6AY= -SHA256 (Pkgfile) = 34f484cefbe404a271190fa05010f9033296e1937b6bc06cce5a59a9ec9be081 +RWSE3ohX2g5d/X8iKe7U+xtvR0gGLY2jQo1m0trokgZOUec2S6vsJPNCmOGLtkCILvSAa1qgl9K8xfEt32DjV13+NrTByFx8WQY= +SHA256 (Pkgfile) = 75e1d631f4ad5c7ad112ee7220904bf06ebf7a35950b86e4431484e02cc512cc SHA256 (.footprint) = 9a4ba00867e229e8074d5c4c3d0a61bdcd346f9a8283dfbf7c9639f14a9b4a41 SHA256 (libassuan-2.5.6.tar.bz2) = e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426 diff --git a/libassuan/Pkgfile b/libassuan/Pkgfile index 733c79614..03a703ff7 100644 --- a/libassuan/Pkgfile +++ b/libassuan/Pkgfile @@ -12,9 +12,8 @@ build() { cd $name-$version ./configure --prefix=/usr \ - --enable-static + --enable-static \ + --disable-doc make make DESTDIR=$PKG install - - rm -r $PKG/usr/share/info }