ports/core (3.2): bash: move man-pages to /usr/share/man
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 46b324a0583fd6f85a0b88f8337342e36033864a Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 25 19:28:55 2015 +0200 bash: move man-pages to /usr/share/man diff --git a/bash/.footprint b/bash/.footprint index a77da7a..45306de 100644 --- a/bash/.footprint +++ b/bash/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root bin/ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/profile drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/bash.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/bash.1.gz diff --git a/bash/Pkgfile b/bash/Pkgfile index 79912cd..1afb57d 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,7 +5,7 @@ name=bash version=4.3.39 -release=2 +release=3 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ $name-$version.patch.gz profile) @@ -16,13 +16,12 @@ build() { ./configure --prefix=/usr \ --exec-prefix= \ - --mandir=/usr/man \ --disable-nls \ --with-curses \ --with-installed-readline make -j1 install -D -m 755 bash $PKG/bin/bash - install -D -m 644 doc/bash.1 $PKG/usr/man/man1/bash.1 + install -D -m 644 doc/bash.1 $PKG/usr/share/man/man1/bash.1 install -D -m 644 $SRC/profile $PKG/etc/profile }
participants (1)
-
crux@crux.nu