libdv: corrected mandir

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

View File

@ -15,8 +15,9 @@ lrwxrwxrwx root/root usr/lib/libdv.so.4 -> libdv.so.4.0.3
-rwxr-xr-x root/root usr/lib/libdv.so.4.0.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libdv.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dubdv.1.gz
-rw-r--r-- root/root usr/man/man1/dvconnect.1.gz
-rw-r--r-- root/root usr/man/man1/encodedv.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/dubdv.1.gz
-rw-r--r-- root/root usr/share/man/man1/dvconnect.1.gz
-rw-r--r-- root/root usr/share/man/man1/encodedv.1.gz

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35KeZJ9C52jyI2Ox2Vx0FcmzxY1jAd9mkp0ZrNoSL4Fkxi634vnW11QaW7fm5kpxYajVHw05jefY7p9X/JYCYgI=
SHA256 (Pkgfile) = 4116399e915dbe3acc947e23d44c47f561f0e14c37d09a09d0ff7dc52caf8ed1
SHA256 (.footprint) = 8c6985ed4c6e08e991ef931f1212a80c62b748a042c92730b499adfd9629d14e
RWSagIOpLGJF348RbTZWiwB61cX4KN3Y+IozkLmt5nTH7nt2rAWZyBXUiv6w+R857/w1WLN41wRjFO2OQ3ZWzqYHejWBRuZNJQ8=
SHA256 (Pkgfile) = 3e9e487362b10ba51638c64ed32e6fa6ae78d7938d63ed3c1f3e1802b57bc040
SHA256 (.footprint) = 93d2bc4d2ff2f13482a73335e1aab2f8d4eb4a09ab296624dbfae7a54da8a9be
SHA256 (libdv-1.0.0.tar.gz) = a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba
SHA256 (libdv-1.0.0-pic.patch.bz2) = 474a50d373e39dd8a0dac0b22f089e957d752145712f97f987ad18028f6d6a5e
SHA256 (libdv-0.99-2.6.patch) = 7199ef39770c41be92e845e767800fd7b21979408d0466d4f05f33e734f32b81

View File

@ -7,7 +7,7 @@
name=libdv
version=1.0.0
release=2
release=3
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
http://crux.ster.zone/downloads/$name/$name-1.0.0-pic.patch.bz2
$name-0.99-2.6.patch)
@ -20,7 +20,7 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--mandir=/usr/share/man \
--enable-sdl
make