diff options
author | jlam <jlam@pkgsrc.org> | 2007-07-04 20:37:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-07-04 20:37:50 +0000 |
commit | a6f8cbe795a03d65965cf24d3c410970c17f620e (patch) | |
tree | 07b3d51bd56bb3390ace0ddda2fe96fcf93ace38 | |
parent | 5d75fdafac419e3cd30abf7a339ac690052cafad (diff) | |
download | pkgsrc-a6f8cbe795a03d65965cf24d3c410970c17f620e.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.
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/PLIST (renamed from security/sudo/PLIST.common) | 6 | ||||
-rw-r--r-- | security/sudo/PLIST.Darwin | 5 | ||||
-rw-r--r-- | security/sudo/PLIST.DragonFly | 5 | ||||
-rw-r--r-- | security/sudo/PLIST.NetBSD | 5 | ||||
-rw-r--r-- | security/sudo/PLIST.SunOS | 5 |
6 files changed, 8 insertions, 22 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 diff --git a/security/sudo/PLIST.common b/security/sudo/PLIST index 8bd5769e221..5a3f5a207d7 100644 --- a/security/sudo/PLIST.common +++ b/security/sudo/PLIST @@ -1,7 +1,11 @@ -@comment $NetBSD: PLIST.common,v 1.6 2005/12/27 18:29:18 reed Exp $ +@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 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 |