jansson: remove unused mandir

This commit is contained in:
Tim Biermann 2020-01-21 09:23:34 +01:00
parent c1bc47b36d
commit b40b5f0a93
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33zGpvcP+TaeS8/c9jlTsZyaOV47xt40Ov0kOpYXVtmErt/SeF6WswwjFxa+rZvKLZVpRY5lpwjoak9wwWy/pgk=
SHA256 (Pkgfile) = f8a09280189708d5adb74101e878d7aa25b9fa4d90e48b7ceea513aa0f846992
RWSagIOpLGJF36GRBsTW+oY4oCXB/AvrdmUe6ypIgZw7hE3CKL91s/Htf6aTwCevr6nUXPVHFT0ZlbYEITFFdDKZfxsnfkpTUQU=
SHA256 (Pkgfile) = 4e5ded5d33374413016d886106687cadca63768a678bde96b78249fc2b19d10b
SHA256 (.footprint) = 480079eab5fa066d49a5905deb9cce5362850c7b8c6d41a82e3a6b74d7e23c23
SHA256 (jansson-2.12.tar.bz2) = 645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2

View File

@ -12,8 +12,7 @@ build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
--prefix=/usr
make
make DESTDIR=$PKG install