librsync: update mandir

This commit is contained in:
Thomas Penteker 2017-08-20 23:19:24 +02:00
parent c07f2646c1
commit 35d28bdd49
3 changed files with 12 additions and 9 deletions

View File

@ -8,6 +8,7 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/librsync.so -> librsync.so.1.0.2
lrwxrwxrwx root/root usr/lib/librsync.so.1 -> librsync.so.1.0.2
-rwxr-xr-x root/root usr/lib/librsync.so.1.0.2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/librsync.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/librsync.3.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WowZmvU9jDRp5+VqrKUAbK93nDNbu/R78FJfrZvzj9JD3UY4ckBiyjOoD7vzUK3eFDkiPPlMVtwt74xckC6oA8=
SHA256 (Pkgfile) = 258e6e01781201fc339f2ca8200f3d1473cfddcd760a42aed9e30fbabc90b8f7
SHA256 (.footprint) = 09d1bebdc08c5c7657cdc0d33e4672bb03e0bf50fd3c34bf8dbaf622f5444549
RWSE3ohX2g5d/RGJ6h1fjMTWHRsMwt1m33c+6xhZZ18NdUEMxviItrJiVuOKGn78A2eNBr4r529tmK3IHuySw8U5LSY6r6kwfA8=
SHA256 (Pkgfile) = 524144dc0b5490e536d8fda798fe2939f1f3c067898e7bd14529b6c9ef506bd5
SHA256 (.footprint) = 3e832baa5247014b98147510ccc38d146b1565f1ddc7258fa7f2bd073f5af06d
SHA256 (librsync-0.9.7.tar.gz) = 6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6
SHA256 (librsync.patch) = 3e9af018401b964512274c67d6b7bf427222cf9a40f280d3b5b531fdcb32410b

View File

@ -16,11 +16,13 @@ build() {
patch -p1 < $SRC/librsync.patch
./configure \
--prefix=/usr \
--enable-shared
--prefix=/usr \
--enable-shared \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man/man1
rm -r $PKG/usr/share/man/man1
rm -r $PKG/usr/bin
}