summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-mkfontdir
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-18 23:28:15 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-18 23:28:15 +0100
commit6e855576cc80a540778ee5f37efddb74a082d267 (patch)
treefd2610c613e7f9e2740bd28fa1ad9c1b38226f91 /xorg/xorg-mkfontdir
parent2e263a6d21251f10b667c8c65eab6512bdf155fb (diff)
downloadnutyx-extra-6e855576cc80a540778ee5f37efddb74a082d267.tar.gz
nutyx-extra-6e855576cc80a540778ee5f37efddb74a082d267.tar.bz2
nutyx-extra-6e855576cc80a540778ee5f37efddb74a082d267.tar.xz
nutyx-extra-6e855576cc80a540778ee5f37efddb74a082d267.zip
maj xorg-mkfontdir#1.0.4-1
Diffstat (limited to 'xorg/xorg-mkfontdir')
-rw-r--r--xorg/xorg-mkfontdir/.footprint7
-rw-r--r--xorg/xorg-mkfontdir/Pkgfile5
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-mkfontdir/.footprint b/xorg/xorg-mkfontdir/.footprint
index d2d1ccb50..6c5d8b62d 100644
--- a/xorg/xorg-mkfontdir/.footprint
+++ b/xorg/xorg-mkfontdir/.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/mkfontdir
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/mkfontdir.1.gz
+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/mkfontdir.1.gz
diff --git a/xorg/xorg-mkfontdir/Pkgfile b/xorg/xorg-mkfontdir/Pkgfile
index e26e5437f..472541f1f 100644
--- a/xorg/xorg-mkfontdir/Pkgfile
+++ b/xorg/xorg-mkfontdir/Pkgfile
@@ -1,6 +1,7 @@
# Description: Create an index of X font files
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: NuTyX core team
name=xorg-mkfontdir
version=1.0.4
@@ -10,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.t
build() {
cd mkfontdir-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install