diff options
Diffstat (limited to 'xorg/xorg-mkfontscale/Pkgfile')
-rw-r--r-- | xorg/xorg-mkfontscale/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-mkfontscale/Pkgfile b/xorg/xorg-mkfontscale/Pkgfile index 5ee45810c..772182909 100644 --- a/xorg/xorg-mkfontscale/Pkgfile +++ b/xorg/xorg-mkfontscale/Pkgfile @@ -1,6 +1,7 @@ # Description: Create an index of scalable X font files # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libx11, xorg-libfontenc, freetype name=xorg-mkfontscale @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/mkfontscale-$version build() { cd mkfontscale-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |