diff options
Diffstat (limited to 'xorg/xorg-xmag/Pkgfile')
-rw-r--r-- | xorg/xorg-xmag/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xmag/Pkgfile b/xorg/xorg-xmag/Pkgfile index 502f18d92..fecfa01f9 100644 --- a/xorg/xorg-xmag/Pkgfile +++ b/xorg/xorg-xmag/Pkgfile @@ -6,15 +6,13 @@ # Run on: xorg-libxaw name=xorg-xmag -version=1.0.3 +version=1.0.4 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2) build() { cd xmag-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |