diff --git a/w3m/.footprint b/w3m/.footprint index 4cf3d543f..9fcd6f860 100644 --- a/w3m/.footprint +++ b/w3m/.footprint @@ -14,11 +14,11 @@ drwxr-xr-x root/root usr/lib/w3m/cgi-bin/ -rwxr-xr-x root/root usr/lib/w3m/cgi-bin/w3mman2html.cgi -rwxr-xr-x root/root usr/lib/w3m/inflate -rwxr-xr-x root/root usr/lib/w3m/xface2xpm -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/w3m.1.gz --rw-r--r-- root/root usr/man/man1/w3mman.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/w3m.1.gz +-rw-r--r-- root/root usr/share/man/man1/w3mman.1.gz drwxr-xr-x root/root usr/share/w3m/ -rw-r--r-- root/root usr/share/w3m/w3mhelp-funcdesc.en.pl -rw-r--r-- root/root usr/share/w3m/w3mhelp-funcdesc.ja.pl diff --git a/w3m/Pkgfile b/w3m/Pkgfile index f2ada48a6..c18fed42b 100644 --- a/w3m/Pkgfile +++ b/w3m/Pkgfile @@ -19,7 +19,6 @@ build() { ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ - --mandir=/usr/man \ --disable-image \ --disable-gopher \ --disable-japanese \ @@ -50,6 +49,6 @@ build() { make make DESTDIR=$PKG install - rm -rf $PKG/usr/man/ja* + rm -rf $PKG/usr/share/man/ja* rm -rf $PKG/usr/share/locale/ }