ports/core (3.2): dcron: move man-pages to /usr/share/man
commit baddbd3a3741a499f15fbe43b686ef026f2fc0fe Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 23:55:00 2015 +0200 dcron: move man-pages to /usr/share/man diff --git a/dcron/.footprint b/dcron/.footprint index 78b7a40..6d81368 100644 --- a/dcron/.footprint +++ b/dcron/.footprint @@ -11,14 +11,15 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwsr-x--- root/users usr/bin/crontab -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/crontab.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/crond.8.gz drwxr-xr-x root/root usr/sbin/ -rwx------ root/root usr/sbin/crond -rwxr-xr-x root/root usr/sbin/runjobs +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/crontab.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/crond.8.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/spool/ drwxr-xr-x root/root var/spool/cron/ diff --git a/dcron/Pkgfile b/dcron/Pkgfile index cea3444..08e9fcc 100644 --- a/dcron/Pkgfile +++ b/dcron/Pkgfile @@ -4,7 +4,7 @@ name=dcron version=4.5 -release=2 +release=3 source=(http://www.jimpryor.net/linux/releases/$name-$version.tar.gz \ crontab runjobs crond) @@ -12,7 +12,7 @@ build() { cd $name-$version make PREFIX=/usr - make DESTDIR=$PKG MANDIR=/usr/man CRONTAB_GROUP=users install + make DESTDIR=$PKG CRONTAB_GROUP=users install install -m 600 $SRC/crontab $PKG/var/spool/cron/crontabs/root ln -s ../var/spool/cron/crontabs/root $PKG/etc/crontab
participants (1)
-
crux@crux.nu