summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xfontsel/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-12 20:59:01 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-12 20:59:01 +0100
commitef05aa8af3c022ab515e2b4028de8408737cf9e9 (patch)
treef628da1f125d63880bf7d99f599d74f99b884713 /xorg/xorg-xfontsel/Pkgfile
parent65cf86ecba943f63e92c611a06a8bf67b01e0307 (diff)
downloadnutyx-extra-ef05aa8af3c022ab515e2b4028de8408737cf9e9.tar.gz
nutyx-extra-ef05aa8af3c022ab515e2b4028de8408737cf9e9.tar.bz2
nutyx-extra-ef05aa8af3c022ab515e2b4028de8408737cf9e9.tar.xz
nutyx-extra-ef05aa8af3c022ab515e2b4028de8408737cf9e9.zip
xorg-xfonsel, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-xfontsel/Pkgfile')
-rw-r--r--xorg/xorg-xfontsel/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xfontsel/Pkgfile b/xorg/xorg-xfontsel/Pkgfile
index 3ba604bd9..306a3f897 100644
--- a/xorg/xorg-xfontsel/Pkgfile
+++ b/xorg/xorg-xfontsel/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxaw
name=xorg-xfontsel
-version=1.0.2
+version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xfontsel-$version.tar.bz2)
build() {
cd xfontsel-$version
-
- ./configure --prefix=/usr --mandir=/usr/share/man
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}