diff options
author | grant <grant> | 2002-12-25 12:26:46 +0000 |
---|---|---|
committer | grant <grant> | 2002-12-25 12:26:46 +0000 |
commit | b0de52dde70825b983b78ecda7c93d3469047634 (patch) | |
tree | a3c568e691f33647595b5a391f72758d1249f1fb /security/sudo/Makefile | |
parent | a28ba8e9d14c399140fa986a80c630f9307c9f04 (diff) | |
download | pkgsrc-b0de52dde70825b983b78ecda7c93d3469047634.tar.gz |
Use automatic PLIST handling.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 5 |
1 files changed, 1 insertions, 4 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 |