Author: aon Date: 2006-09-27 20:28:52 +0200 (Wed, 27 Sep 2006) New Revision: 1950 Modified: crux-2.2/ports/opt/wine/.footprint crux-2.2/ports/opt/wine/Pkgfile Log: wine: fix manpage paths for real Modified: crux-2.2/ports/opt/wine/.footprint =================================================================== --- crux-2.2/ports/opt/wine/.footprint 2006-09-27 17:54:33 UTC (rev 1949) +++ crux-2.2/ports/opt/wine/.footprint 2006-09-27 18:28:52 UTC (rev 1950) @@ -1,17 +1,3 @@ -drwxr-xr-x root/root man/ -drwxr-xr-x root/root man/man1/ --rw-r--r-- root/root man/man1/widl.1.gz --rw-r--r-- root/root man/man1/wine.1.gz --rw-r--r-- root/root man/man1/winebuild.1.gz --rw-r--r-- root/root man/man1/winedbg.1.gz --rw-r--r-- root/root man/man1/winedump.1.gz -lrwxrwxrwx root/root man/man1/wineg++.1.gz -> winegcc.1.gz --rw-r--r-- root/root man/man1/winegcc.1.gz --rw-r--r-- root/root man/man1/winemaker.1.gz --rw-r--r-- root/root man/man1/wineprefixcreate.1.gz --rw-r--r-- root/root man/man1/wineserver.1.gz --rw-r--r-- root/root man/man1/wmc.1.gz --rw-r--r-- root/root man/man1/wrc.1.gz drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/function_grep.pl @@ -851,6 +837,20 @@ -rwxr-xr-x root/root usr/lib/wine/ws2_32.dll.so -rwxr-xr-x root/root usr/lib/wine/wsock32.dll.so -rwxr-xr-x root/root usr/lib/wine/wtsapi32.dll.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/widl.1.gz +-rw-r--r-- root/root usr/man/man1/wine.1.gz +-rw-r--r-- root/root usr/man/man1/winebuild.1.gz +-rw-r--r-- root/root usr/man/man1/winedbg.1.gz +-rw-r--r-- root/root usr/man/man1/winedump.1.gz +lrwxrwxrwx root/root usr/man/man1/wineg++.1.gz -> winegcc.1.gz +-rw-r--r-- root/root usr/man/man1/winegcc.1.gz +-rw-r--r-- root/root usr/man/man1/winemaker.1.gz +-rw-r--r-- root/root usr/man/man1/wineprefixcreate.1.gz +-rw-r--r-- root/root usr/man/man1/wineserver.1.gz +-rw-r--r-- root/root usr/man/man1/wmc.1.gz +-rw-r--r-- root/root usr/man/man1/wrc.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/wine.m4 Modified: crux-2.2/ports/opt/wine/Pkgfile =================================================================== --- crux-2.2/ports/opt/wine/Pkgfile 2006-09-27 17:54:33 UTC (rev 1949) +++ crux-2.2/ports/opt/wine/Pkgfile 2006-09-27 18:28:52 UTC (rev 1950) @@ -6,13 +6,13 @@ name=wine version=0.9.21 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=$PKG/man \ + --mandir=$PKG/usr/man \ --disable-nls make depend make