diff options
Diffstat (limited to 'xorg/xorg-xfontsel/Pkgfile')
-rw-r--r-- | xorg/xorg-xfontsel/Pkgfile | 6 |
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 } |