freetype: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-20 19:01:28 +00:00
parent 2eb6a2fa9f
commit eab0ecffe8
2 changed files with 4 additions and 5 deletions

View File

@ -64,9 +64,9 @@ lrwxrwxrwx root/root usr/lib/libfreetype.so.6 -> libfreetype.so.6.12.2
-rwxr-xr-x root/root usr/lib/libfreetype.so.6.12.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/freetype2.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/freetype-config.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/freetype2.m4
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/freetype-config.1.gz

View File

@ -6,14 +6,13 @@
name=freetype
version=2.6.2
release=1
release=2
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
build() {
cd freetype-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-zlib
make