diff options
author | jlam <jlam> | 2007-07-04 20:37:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-07-04 20:37:50 +0000 |
commit | 35280f0e8d9eafc402818392c064afdf54d281f7 (patch) | |
tree | 07b3d51bd56bb3390ace0ddda2fe96fcf93ace38 /security/sudo/Makefile | |
parent | de253eb4e11f1b0f58d42d1bd4908c750c328229 (diff) | |
download | pkgsrc-35280f0e8d9eafc402818392c064afdf54d281f7.tar.gz |
pkgsrc basically follows the BSD man page hierarchy. Install the su
and visudo manpages in man/man1, and the sudoers manpage in man/man5.
Remove the platform-specific PLISTs that only differed in the location
of the man pages.
Bump the PKGREVISION to 5.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 3eb4fa04abe..103134a8296 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2007/07/02 06:04:01 tls Exp $ +# $NetBSD: Makefile,v 1.92 2007/07/04 20:37:50 jlam Exp $ # DISTNAME= sudo-1.6.8p12 @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" CONFIGURE_ENV+= NROFFPROG=${CAT} # to always install man instead of cat +CONFIGURE_ENV+= mansectsu=8 +CONFIGURE_ENV+= mansectform=5 CONFIGURE_ARGS+= --disable-root-mailer CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-timedir=${VARBASE:Q}/run/sudo |