diff options
Diffstat (limited to 'xorg/xorg-libxdmcp/Pkgfile')
-rw-r--r-- | xorg/xorg-libxdmcp/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg/xorg-libxdmcp/Pkgfile b/xorg/xorg-libxdmcp/Pkgfile index 12ea3d8a1..34e3cf1b7 100644 --- a/xorg/xorg-libxdmcp/Pkgfile +++ b/xorg/xorg-libxdmcp/Pkgfile @@ -1,7 +1,7 @@ # Description: xorg lib libXdmcp # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-xproto # Run on: @@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-$version.ta build() { cd libXdmcp-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |