liba52: corrected mandir

This commit is contained in:
Tim Biermann 2020-01-20 15:02:25 +00:00
parent 9adf4a8daf
commit edeae08402
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 9 deletions

View File

@ -14,7 +14,8 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/liba52.so -> liba52.so.0.0.0
lrwxrwxrwx root/root usr/lib/liba52.so.0 -> liba52.so.0.0.0
-rwxr-xr-x root/root usr/lib/liba52.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/a52dec.1.gz
-rw-r--r-- root/root usr/man/man1/extract_a52.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/a52dec.1.gz
-rw-r--r-- root/root usr/share/man/man1/extract_a52.1.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF373kz4S0iXkrEWMO/a7tMTuScmJ0F9Go4xq2p0pRwG74RnGpYDdFezp8DxP0CLNs/0pBEBe49Uc7imfDbEVPmwU=
SHA256 (Pkgfile) = da298b21e7caec1a53778e1f2364923cca765b551891f1ff21e178b9e66f0484
SHA256 (.footprint) = 71b006d704eca94a6423f2c3b12c64ba0f79dfd40917bd246ac1b3fa039bac7c
RWSagIOpLGJF39bHuM6M0syNZ4W4tdqsXr5uW/Ryyr47Q6861FuTqjJGEPnc257z2Xc42M4EaQ6dhwO/GlBG7Y2Z33GwFFUb3gE=
SHA256 (Pkgfile) = 02c74a129f88f997ebd01b7dabf8f38d6f240f9c68c7d38202e30d07a23b13dd
SHA256 (.footprint) = 5a21f40e12e1c450b69459e741906e21a7810c25c4e6a7fb0dfde9fadcfe642c
SHA256 (a52dec-0.7.4.tar.gz) = a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33
SHA256 (a52dec-0.7.4-build.patch) = 7a230e6aab861b9c7f42f0911cb9ea1c4a53b806c8104bf33bcdfa3d1f266640

View File

@ -4,7 +4,7 @@
name=liba52
version=0.7.4
release=6
release=7
source=(http://liba52.sourceforge.net/files/a52dec-$version.tar.gz
a52dec-0.7.4-build.patch)
@ -20,7 +20,7 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--mandir=/usr/share/man \
--disable-solaris-audio \
--disable-win \
--enable-shared \