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 /mail/teapop | |
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 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index e92e1256527..8768c0fab88 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/11/25 22:55:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/02 06:56:42 jlam Exp $ DISTNAME= teapop-0.3.2 CATEGORIES= mail @@ -28,13 +28,9 @@ CONFIGURE_ARGS+=--disable-apop CONFIGURE_ARGS+=--disable-vpop .endif -pre-install: - PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL - post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${EGDIR} - PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |