ports/opt (2.3): sudo: updated to 1.6.9p5
commit c3fcc22eedc6cbc9f34d76be6eb256647a6ceaf5 Author: Simone Rota <sip@crux.nu> Date: Thu Sep 13 18:32:55 2007 +0200 sudo: updated to 1.6.9p5 diff --git a/sudo/.md5sum b/sudo/.md5sum index 31ab67b..51ee3f7 100644 --- a/sudo/.md5sum +++ b/sudo/.md5sum @@ -1 +1 @@ -5439d24b48db69d2b6b42e97b47fdfd6 sudo-1.6.9p4.tar.gz +2db485a444dc6b26a3712be0dbf343f6 sudo-1.6.9p5.tar.gz diff --git a/sudo/Pkgfile b/sudo/Pkgfile index 4569146..9f39e39 100644 --- a/sudo/Pkgfile +++ b/sudo/Pkgfile @@ -5,13 +5,13 @@ # Depends on: name=sudo -version=1.6.9p4 +version=1.6.9p5 release=1 source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --libexecdir=/usr/lib --without-pam + ./configure --mandir=/usr/man --prefix=/usr --libexecdir=/usr/lib --without-pam make install -d $PKG/{etc,usr/{bin,sbin}} make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu