summaryrefslogtreecommitdiff
path: root/mail/teapop/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-02 06:56:38 +0000
committerjlam <jlam>2001-12-02 06:56:38 +0000
commitd1c143236383007ebe2b664cf4f20e65f07e995a (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /mail/teapop/Makefile
parentbe4037a8473c5de66a8b96ac53c9dc59a80855ee (diff)
downloadpkgsrc-d1c143236383007ebe2b664cf4f20e65f07e995a.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/Makefile')
-rw-r--r--mail/teapop/Makefile6
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"