diff options
Diffstat (limited to 'xorg/xorg-imake/Pkgfile')
-rw-r--r-- | xorg/xorg-imake/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xorg/xorg-imake/Pkgfile b/xorg/xorg-imake/Pkgfile index fc79ebef3..3954d060e 100644 --- a/xorg/xorg-imake/Pkgfile +++ b/xorg/xorg-imake/Pkgfile @@ -6,15 +6,14 @@ # Run on: xorg-cf-files name=xorg-imake -version=1.0.3 +version=1.0.4 release=1 source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2) build() { cd imake-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |