ports/core (3.2): tzdata: move man-pages to /usr/share/man
commit ff9a8674fc650c6c4520008fcbfb36004837efe8 Author: Juergen Daubert <jue@jue.li> Date: Sun Jul 26 18:20:13 2015 +0200 tzdata: move man-pages to /usr/share/man diff --git a/tzdata/.footprint b/tzdata/.footprint index 34f7941..4ecb38f 100644 --- a/tzdata/.footprint +++ b/tzdata/.footprint @@ -3,16 +3,16 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/tzselect drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libtz.a -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/newctime.3.gz --rw-r--r-- root/root usr/man/man3/newtzset.3.gz -drwxr-xr-x root/root usr/man/man5/ -drwxr-xr-x root/root usr/man/man8/ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/zdump -rwxr-xr-x root/root usr/sbin/zic 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/newctime.3.gz +-rw-r--r-- root/root usr/share/man/man3/newtzset.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +drwxr-xr-x root/root usr/share/man/man8/ drwxr-xr-x root/root usr/share/zoneinfo/ drwxr-xr-x root/root usr/share/zoneinfo/Africa/ -rw-r--r-- root/root usr/share/zoneinfo/Africa/Abidjan diff --git a/tzdata/Pkgfile b/tzdata/Pkgfile index 787be5e..8000e85 100644 --- a/tzdata/Pkgfile +++ b/tzdata/Pkgfile @@ -4,7 +4,7 @@ name=tzdata version=2015e -release=1 +release=2 source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz http://www.iana.org/time-zones/repository/releases/tzcode$version.tar.gz tzcode-makefile.patch) @@ -12,5 +12,5 @@ source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz build() { patch -p1 -i $SRC/tzcode-makefile.patch make CFLAGS="$CFLAGS" - make DESTDIR=$PKG install + make DESTDIR=$PKG MANDIR=/usr/share/man install }
participants (1)
-
crux@crux.nu