ports/core (3.2): diffutils: move man-pages to /usr/share/man
commit 44dd4b8f2fb25cf13f086e9866ed0cfb52be91ab Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 23:53:30 2015 +0200 diffutils: move man-pages to /usr/share/man diff --git a/diffutils/.footprint b/diffutils/.footprint index 9820a5f..d14118f 100644 --- a/diffutils/.footprint +++ b/diffutils/.footprint @@ -4,9 +4,10 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/diff -rwxr-xr-x root/root usr/bin/diff3 -rwxr-xr-x root/root usr/bin/sdiff -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cmp.1.gz --rw-r--r-- root/root usr/man/man1/diff.1.gz --rw-r--r-- root/root usr/man/man1/diff3.1.gz --rw-r--r-- root/root usr/man/man1/sdiff.1.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/cmp.1.gz +-rw-r--r-- root/root usr/share/man/man1/diff.1.gz +-rw-r--r-- root/root usr/share/man/man1/diff3.1.gz +-rw-r--r-- root/root usr/share/man/man1/sdiff.1.gz diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 8270d07..0935092 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -4,15 +4,14 @@ name=diffutils version=3.3 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info }
participants (1)
-
crux@crux.nu