r859 - crux-2.1/ports/opt/cmus crux-2.2/ports/opt/cmus
Author: jheino Date: 2006-03-01 21:41:23 +0100 (Wed, 01 Mar 2006) New Revision: 859 Modified: crux-2.1/ports/opt/cmus/.footprint crux-2.1/ports/opt/cmus/Pkgfile crux-2.2/ports/opt/cmus/.footprint crux-2.2/ports/opt/cmus/Pkgfile Log: cmus: install man pages (thanks Juergen) Modified: crux-2.1/ports/opt/cmus/.footprint =================================================================== --- crux-2.1/ports/opt/cmus/.footprint 2006-02-28 18:04:52 UTC (rev 858) +++ crux-2.1/ports/opt/cmus/.footprint 2006-03-01 20:41:23 UTC (rev 859) @@ -15,6 +15,10 @@ -rwxr-xr-x root/root usr/lib/cmus/op/alsa.so -rwxr-xr-x root/root usr/lib/cmus/op/ao.so -rwxr-xr-x root/root usr/lib/cmus/op/oss.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/cmus-remote.1.gz +-rw-r--r-- root/root usr/man/man1/cmus.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/cmus/ -rw-r--r-- root/root usr/share/cmus/cyan.theme Modified: crux-2.1/ports/opt/cmus/Pkgfile =================================================================== --- crux-2.1/ports/opt/cmus/Pkgfile 2006-02-28 18:04:52 UTC (rev 858) +++ crux-2.1/ports/opt/cmus/Pkgfile 2006-03-01 20:41:23 UTC (rev 859) @@ -7,13 +7,13 @@ name=cmus version=2.0.0 -release=1 +release=2 source=(http://onion.dynserv.net/~timo/files/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr --disable-arts + ./configure --prefix=/usr --mandir=/usr/man --disable-arts make - make DESTDIR=$PKG install + make DESTDIR=$PKG install install-man rm -rf $PKG/usr/share/doc } Modified: crux-2.2/ports/opt/cmus/.footprint =================================================================== --- crux-2.2/ports/opt/cmus/.footprint 2006-02-28 18:04:52 UTC (rev 858) +++ crux-2.2/ports/opt/cmus/.footprint 2006-03-01 20:41:23 UTC (rev 859) @@ -15,6 +15,10 @@ -rwxr-xr-x root/root usr/lib/cmus/op/alsa.so -rwxr-xr-x root/root usr/lib/cmus/op/ao.so -rwxr-xr-x root/root usr/lib/cmus/op/oss.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/cmus-remote.1.gz +-rw-r--r-- root/root usr/man/man1/cmus.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/cmus/ -rw-r--r-- root/root usr/share/cmus/cyan.theme Modified: crux-2.2/ports/opt/cmus/Pkgfile =================================================================== --- crux-2.2/ports/opt/cmus/Pkgfile 2006-02-28 18:04:52 UTC (rev 858) +++ crux-2.2/ports/opt/cmus/Pkgfile 2006-03-01 20:41:23 UTC (rev 859) @@ -7,13 +7,13 @@ name=cmus version=2.0.0 -release=1 +release=2 source=(http://onion.dynserv.net/~timo/files/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr --disable-arts + ./configure --prefix=/usr --mandir=/usr/man --disable-arts make - make DESTDIR=$PKG install + make DESTDIR=$PKG install install-man rm -rf $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu