diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-04-26 17:55:00 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-04-26 17:55:00 +0200 |
commit | caff24b06ffc5c25b693f1398689ccc80602b585 (patch) | |
tree | 030f81cb9d5975c995a512382e87d17c2818fb84 /xorg-bdftopcf | |
parent | d46438557c925b8551aa879294e5a6a91a8bb04c (diff) | |
download | xorg-caff24b06ffc5c25b693f1398689ccc80602b585.tar.gz xorg-caff24b06ffc5c25b693f1398689ccc80602b585.tar.xz |
xorg-bdftopcf: updated to 1.0.1
Diffstat (limited to 'xorg-bdftopcf')
-rw-r--r-- | xorg-bdftopcf/.footprint | 2 | ||||
-rw-r--r-- | xorg-bdftopcf/.md5sum | 2 | ||||
-rw-r--r-- | xorg-bdftopcf/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-bdftopcf/.footprint b/xorg-bdftopcf/.footprint index 3ed5b263..0456b4cd 100644 --- a/xorg-bdftopcf/.footprint +++ b/xorg-bdftopcf/.footprint @@ -3,4 +3,4 @@ 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.1x.gz +-rw-r--r-- root/root usr/man/man1/bdftopcf.1.gz diff --git a/xorg-bdftopcf/.md5sum b/xorg-bdftopcf/.md5sum index 2461db79..ecf924b1 100644 --- a/xorg-bdftopcf/.md5sum +++ b/xorg-bdftopcf/.md5sum @@ -1 +1 @@ -41f4ac6760ef5e671ba8d4baa7236f12 bdftopcf-1.0.0.tar.bz2 +9685fab33d39954ab8a0d22e0969d5a4 bdftopcf-1.0.1.tar.bz2 diff --git a/xorg-bdftopcf/Pkgfile b/xorg-bdftopcf/Pkgfile index e42adc78..4d793f37 100644 --- a/xorg-bdftopcf/Pkgfile +++ b/xorg-bdftopcf/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-libxfont name=xorg-bdftopcf -version=1.0.0 +version=1.0.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2) build() { cd bdftopcf-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install |