ports/contrib (3.2): mpc: move man pages
commit e8c17ae61bbab37762ec76a03dfa0c026a6d1f12 Author: Thomas Penteker <tek@serverop.de> Date: Tue May 31 01:18:26 2016 +0200 mpc: move man pages diff --git a/mpc/.footprint b/mpc/.footprint index c8235b2..89cf076 100644 --- a/mpc/.footprint +++ b/mpc/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mpc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mpc.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/mpc.1.gz diff --git a/mpc/Pkgfile b/mpc/Pkgfile index 4070344..9366089 100644 --- a/mpc/Pkgfile +++ b/mpc/Pkgfile @@ -12,11 +12,10 @@ source=(http://www.musicpd.org/download/mpc/0/mpc-$version.tar.xz) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr --mandir=/usr/share/man + make make DESTDIR=$PKG install - rm -rf $PKG/usr/share + rm -rf $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu