From 4f5399ebadf6cb48b78a079d937bef14281e9e0c Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 11 Mar 2011 18:18:20 +0100 Subject: xorg, ports adaptés MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xorg/xorg-libxp/Pkgfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'xorg/xorg-libxp') diff --git a/xorg/xorg-libxp/Pkgfile b/xorg/xorg-libxp/Pkgfile index 10a4d0a6b..9aa2f7489 100644 --- a/xorg/xorg-libxp/Pkgfile +++ b/xorg/xorg-libxp/Pkgfile @@ -12,11 +12,9 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.b build() { - # build package - cd libXp-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PKG install + cd libXp-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install } -- cgit v1.2.3-54-g00ecf