diff options
-rw-r--r-- | security/sudo/Makefile | 5 | ||||
-rw-r--r-- | security/sudo/PLIST.NetBSD | 4 | ||||
-rw-r--r-- | security/sudo/PLIST.SunOS | 4 | ||||
-rw-r--r-- | security/sudo/PLIST.netbsd | 4 | ||||
-rw-r--r-- | security/sudo/PLIST.solaris | 4 |
5 files changed, 9 insertions, 12 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index ca5773072e6..56c55c9366b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2002/08/25 21:50:47 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2002/12/25 12:26:46 grant Exp $ # DISTNAME= sudo-1.6.6 @@ -38,9 +38,6 @@ CONFIGURE_ARGS+= --without-kerb4 --without-kerb5 CONFIGURE_ARGS+= --with-nbsdops --disable-path-info -PLIST_SRC= ${PKGDIR}/PLIST.common -PLIST_SRC+= ${PKGDIR}/PLIST.${LOWER_OPSYS} - DOCDIR= ${PREFIX}/share/doc/${PKGBASE} EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES_PERMS= ${EGDIR}/sudoers ${PKG_SYSCONFDIR}/sudoers 0 0 0440 diff --git a/security/sudo/PLIST.NetBSD b/security/sudo/PLIST.NetBSD new file mode 100644 index 00000000000..4ede11d0d2a --- /dev/null +++ b/security/sudo/PLIST.NetBSD @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.NetBSD,v 1.1 2002/12/25 12:26:46 grant Exp $ +man/man5/sudoers.5 +man/man8/sudo.8 +man/man8/visudo.8 diff --git a/security/sudo/PLIST.SunOS b/security/sudo/PLIST.SunOS new file mode 100644 index 00000000000..e0d5d161f6f --- /dev/null +++ b/security/sudo/PLIST.SunOS @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.SunOS,v 1.1 2002/12/25 12:26:46 grant Exp $ +man/man1m/sudo.1m +man/man1m/visudo.1m +man/man4/sudoers.4 diff --git a/security/sudo/PLIST.netbsd b/security/sudo/PLIST.netbsd deleted file mode 100644 index bc4cb9f921b..00000000000 --- a/security/sudo/PLIST.netbsd +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST.netbsd,v 1.1 2001/11/01 01:23:02 zuntum Exp $ -man/man5/sudoers.5 -man/man8/sudo.8 -man/man8/visudo.8 diff --git a/security/sudo/PLIST.solaris b/security/sudo/PLIST.solaris deleted file mode 100644 index ef63567d074..00000000000 --- a/security/sudo/PLIST.solaris +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST.solaris,v 1.1 2001/11/01 01:23:03 zuntum Exp $ -man/man1m/sudo.1m -man/man1m/visudo.1m -man/man4/sudoers.4 |