ports/core (3.2): openrdate: move man-pages to /usr/share/man
commit 22350b253bf3c934315939613329a200f87fc85d Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 22:43:58 2015 +0200 openrdate: move man-pages to /usr/share/man diff --git a/openrdate/.footprint b/openrdate/.footprint index 8dfe3fa..cb3fa65 100644 --- a/openrdate/.footprint +++ b/openrdate/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root etc/cron/daily/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rdate -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/rdate.8.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/rdate.8.gz diff --git a/openrdate/Pkgfile b/openrdate/Pkgfile index a469f87..17fd26b 100644 --- a/openrdate/Pkgfile +++ b/openrdate/Pkgfile @@ -4,13 +4,13 @@ name=openrdate version=1.2 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz/$... rdate) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate
participants (1)
-
crux@crux.nu