ports/core (3.2): rsync: move man-pages to /usr/share/man
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 31d066eff16e0fcc7193fb3301e73929a7a4693f Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 21:13:14 2015 +0200 rsync: move man-pages to /usr/share/man diff --git a/rsync/.footprint b/rsync/.footprint index dbb4683..655d7bc 100644 --- a/rsync/.footprint +++ b/rsync/.footprint @@ -8,11 +8,12 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rsync -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/rsync.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/rsyncd.conf.5.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/rsync.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/rsyncd.conf.5.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/log/ -rw-r--r-- root/root var/log/rsyncd.log (EMPTY) diff --git a/rsync/Pkgfile b/rsync/Pkgfile index 8893697..da977c9 100644 --- a/rsync/Pkgfile +++ b/rsync/Pkgfile @@ -5,7 +5,7 @@ name=rsync version=3.1.1 -release=2 +release=3 source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \ rsyncd.conf rsyncd rsync.driver) @@ -13,7 +13,6 @@ build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --with-rsh=ssh \ --with-included-popt \ --with-included-zlib
participants (1)
-
crux@crux.nu