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

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent 3e78e503af
commit 5c12ca04e8
2 changed files with 824 additions and 824 deletions

File diff suppressed because it is too large Load Diff

View File

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