Make sudo use VARBASE.
Always use "man" instead of catpages. Make sure "run" directory is precreated, so you don't get: /usr/bin/sudo sudo: can't mkdir /var/run/sudo: No such file or directory Bump PKGREVISION. Okayed by maintainer back in December. The only concern was that /var/run may not be for all platforms, but this is same as other packages to (not specific to sudo).
This commit is contained in:
parent
f57063984a
commit
da04fb6a7e
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.87 2006/01/15 11:32:06 adrianp Exp $
|
||||
# $NetBSD: Makefile,v 1.88 2006/06/14 00:06:27 reed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sudo-1.6.8p12
|
||||
PKGNAME= sudo-1.6.8pl12
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
|
||||
ftp://ftp.courtesan.com/pub/sudo/ \
|
||||
|
@ -19,12 +19,16 @@ COMMENT= Allow others to run commands as root
|
|||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
OWN_DIRS+= ${VARBASE}/run
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
CONFIGURE_ENV+= NROFFPROG=${CAT} # to always install man instead of cat
|
||||
CONFIGURE_ARGS+= --disable-root-mailer
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
CONFIGURE_ARGS+= --with-timedir=${VARBASE:Q}/run/sudo
|
||||
CONFIGURE_ARGS+= --with-logpath=${VARBASE:Q}/log/sudo.log
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue