diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:02:25 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:43:13 +0000 |
commit | edeae08402e83643162483cd74941c2699d2b9c7 (patch) | |
tree | 12d36b3fd9163da344e4a4f290ffb56244cfc357 /liba52 | |
parent | 9adf4a8daf8a31719a36279120ae000a283b0b82 (diff) | |
download | contrib-edeae08402e83643162483cd74941c2699d2b9c7.tar.gz contrib-edeae08402e83643162483cd74941c2699d2b9c7.tar.xz |
liba52: corrected mandir
Diffstat (limited to 'liba52')
-rw-r--r-- | liba52/.footprint | 9 | ||||
-rw-r--r-- | liba52/.signature | 6 | ||||
-rw-r--r-- | liba52/Pkgfile | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/liba52/.footprint b/liba52/.footprint index 43c806164..b8a018300 100644 --- a/liba52/.footprint +++ b/liba52/.footprint @@ -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 diff --git a/liba52/.signature b/liba52/.signature index a2dd771ca..55a01a200 100644 --- a/liba52/.signature +++ b/liba52/.signature @@ -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 diff --git a/liba52/Pkgfile b/liba52/Pkgfile index e8545b2db..c62402c2e 100644 --- a/liba52/Pkgfile +++ b/liba52/Pkgfile @@ -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 \ |