diff options
Diffstat (limited to 'xorg/xorg-bdftopcf/Pkgfile')
-rw-r--r-- | xorg/xorg-bdftopcf/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-bdftopcf/Pkgfile b/xorg/xorg-bdftopcf/Pkgfile index de6d4f079..e2b4d85ba 100644 --- a/xorg/xorg-bdftopcf/Pkgfile +++ b/xorg/xorg-bdftopcf/Pkgfile @@ -1,6 +1,7 @@ # Description: BDF to PCF font file converter # 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-libxfont name=xorg-bdftopcf @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.ta build() { cd bdftopcf-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |