summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
committerjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
commit55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /security
parente1a97d1b323c48b19428f035fb03e0cd0d908418 (diff)
downloadpkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.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')
-rw-r--r--security/cyrus-sasl/Makefile4
-rw-r--r--security/pks/Makefile3
-rw-r--r--security/sudo/Makefile3
3 files changed, 3 insertions, 7 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 08de350e018..6365267aad3 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/11/29 01:12:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.23 2001/12/02 06:56:43 jlam Exp $
DISTNAME= cyrus-sasl-1.5.24
PKGREVISION= 3
@@ -97,14 +97,12 @@ pre-configure:
pre-install:
@${SED} ${FILES_SUBST_SED} ${FILESDIR}/sasl_pwcheck.sh \
> ${WRKDIR}/sasl_pwcheck.sh
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/sasl_pwcheck.sh \
${PREFIX}/etc/rc.d/sasl_pwcheck
${INSTALL_DATA_DIR} ${HTMLDIR}
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt ${HTMLDIR}
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"
diff --git a/security/pks/Makefile b/security/pks/Makefile
index f2669bc5119..48322130c1d 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/11/25 18:59:47 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/12/02 06:56:44 jlam Exp $
DISTNAME= pks-0.9.4
CATEGORIES= security www
@@ -36,7 +36,6 @@ pre-install:
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/pksd.sh ${PREFIX}/etc/rc.d/pksd
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../databases/db/buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"
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"