ports/opt (3.3): librsync: update mandir
commit 35d28bdd4931ac24127181bd201af0e0773b276f Author: Thomas Penteker <tek@serverop.de> Date: Sun Aug 20 23:19:24 2017 +0200 librsync: update mandir diff --git a/librsync/.footprint b/librsync/.footprint index 6fe02324a..51f4c4759 100644 --- a/librsync/.footprint +++ b/librsync/.footprint @@ -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 diff --git a/librsync/.signature b/librsync/.signature index 86deab46d..1d4a652d9 100644 --- a/librsync/.signature +++ b/librsync/.signature @@ -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 diff --git a/librsync/Pkgfile b/librsync/Pkgfile index 8cd911e5e..d16571921 100644 --- a/librsync/Pkgfile +++ b/librsync/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu