diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-bdftopcf/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-bdftopcf/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-bdftopcf/.footprint b/xorg/xorg-bdftopcf/.footprint index f5d04e339..5b77557ff 100644 --- a/xorg/xorg-bdftopcf/.footprint +++ b/xorg/xorg-bdftopcf/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/bdftopcf -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/bdftopcf.1 +drwxr-xr-x root/root usr/share/ +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/bdftopcf.1.gz 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 |