diff options
author | jlam <jlam> | 2001-12-02 06:56:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-02 06:56:38 +0000 |
commit | f99697d915e447ed9abcf7aca31b0c873ea53734 (patch) | |
tree | cae588008c2ebc64dfaaf967400630b03c968bdf /security/cyrus-sasl | |
parent | 77f7fc5d39245d400e8ec79fa531f29c951fa641 (diff) | |
download | pkgsrc-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/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile | 4 |
1 files changed, 1 insertions, 3 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" |