From a6f8cbe795a03d65965cf24d3c410970c17f620e Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 4 Jul 2007 20:37:50 +0000 Subject: 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. --- security/sudo/Makefile | 4 +++- security/sudo/PLIST | 15 +++++++++++++++ security/sudo/PLIST.Darwin | 5 ----- security/sudo/PLIST.DragonFly | 5 ----- security/sudo/PLIST.NetBSD | 5 ----- security/sudo/PLIST.SunOS | 5 ----- security/sudo/PLIST.common | 11 ----------- 7 files changed, 18 insertions(+), 32 deletions(-) create mode 100644 security/sudo/PLIST delete mode 100644 security/sudo/PLIST.Darwin delete mode 100644 security/sudo/PLIST.DragonFly delete mode 100644 security/sudo/PLIST.NetBSD delete mode 100644 security/sudo/PLIST.SunOS delete mode 100644 security/sudo/PLIST.common (limited to 'security/sudo') 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 diff --git a/security/sudo/PLIST b/security/sudo/PLIST new file mode 100644 index 00000000000..5a3f5a207d7 --- /dev/null +++ b/security/sudo/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2007/07/04 20:37:50 jlam Exp $ +bin/sudo +bin/sudoedit +libexec/sudo_noexec.la +man/man5/sudoers.5 +man/man8/sudo.8 +man/man8/sudoedit.8 +man/man8/visudo.8 +sbin/visudo +share/doc/sudo/README +share/doc/sudo/README.LDAP +share/doc/sudo/UPGRADE +share/examples/sudo/sudoers +@dirrm share/examples/sudo +@dirrm share/doc/sudo diff --git a/security/sudo/PLIST.Darwin b/security/sudo/PLIST.Darwin deleted file mode 100644 index 989968b4da4..00000000000 --- a/security/sudo/PLIST.Darwin +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST.Darwin,v 1.1 2007/03/18 18:58:07 wiz Exp $ -man/man5/sudoers.5 -man/man8/sudo.8 -man/man8/sudoedit.8 -man/man8/visudo.8 diff --git a/security/sudo/PLIST.DragonFly b/security/sudo/PLIST.DragonFly deleted file mode 100644 index 70611200b6f..00000000000 --- a/security/sudo/PLIST.DragonFly +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST.DragonFly,v 1.1 2005/10/10 17:48:09 joerg Exp $ -man/man5/sudoers.5 -man/man8/sudo.8 -man/man8/sudoedit.8 -man/man8/visudo.8 diff --git a/security/sudo/PLIST.NetBSD b/security/sudo/PLIST.NetBSD deleted file mode 100644 index 2310cfafeec..00000000000 --- a/security/sudo/PLIST.NetBSD +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST.NetBSD,v 1.2 2004/11/12 16:47:31 cube Exp $ -man/man5/sudoers.5 -man/man8/sudo.8 -man/man8/sudoedit.8 -man/man8/visudo.8 diff --git a/security/sudo/PLIST.SunOS b/security/sudo/PLIST.SunOS deleted file mode 100644 index 4344787e675..00000000000 --- a/security/sudo/PLIST.SunOS +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST.SunOS,v 1.2 2004/11/12 16:47:31 cube Exp $ -man/man1m/sudo.1m -man/man1m/sudoedit.1m -man/man1m/visudo.1m -man/man4/sudoers.4 diff --git a/security/sudo/PLIST.common b/security/sudo/PLIST.common deleted file mode 100644 index 8bd5769e221..00000000000 --- a/security/sudo/PLIST.common +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST.common,v 1.6 2005/12/27 18:29:18 reed Exp $ -bin/sudo -bin/sudoedit -libexec/sudo_noexec.la -sbin/visudo -share/doc/sudo/README -share/doc/sudo/README.LDAP -share/doc/sudo/UPGRADE -share/examples/sudo/sudoers -@dirrm share/examples/sudo -@dirrm share/doc/sudo -- cgit v1.2.3