xorg-libxft: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent f412435b2f
commit 106c13705a
2 changed files with 6 additions and 5 deletions

View File

@ -12,6 +12,7 @@ lrwxrwxrwx root/root usr/lib/libXft.so.2 -> libXft.so.2.3.2
-rwxr-xr-x root/root usr/lib/libXft.so.2.3.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xft.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/Xft.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/Xft.3.gz

View File

@ -5,13 +5,13 @@
name=xorg-libxft
version=2.3.2
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXft-$version.tar.bz2)
build() {
cd libXft-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install