summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-02 06:56:38 +0000
committerjlam <jlam>2001-12-02 06:56:38 +0000
commitf99697d915e447ed9abcf7aca31b0c873ea53734 (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /security/sudo/Makefile
parent77f7fc5d39245d400e8ec79fa531f29c951fa641 (diff)
downloadpkgsrc-f99697d915e447ed9abcf7aca31b0c873ea53734.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index c22128e783b..caadc09efe8 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2001/11/25 18:59:47 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2001/12/02 06:56:44 jlam Exp $
#
DISTNAME= sudo-1.6.3p7
@@ -48,7 +48,6 @@ post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/sudoers ${EGDIR}/sudoers
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${EGDIR}/sudoers.sample
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"