diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
commit | 55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch) | |
tree | cae588008c2ebc64dfaaf967400630b03c968bdf /mail/popa3d/Makefile | |
parent | e1a97d1b323c48b19428f035fb03e0cd0d908418 (diff) | |
download | pkgsrc-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 'mail/popa3d/Makefile')
-rw-r--r-- | mail/popa3d/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 987da23e0fd..8c1c2d4da54 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/11/29 01:12:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/12/02 06:56:41 jlam Exp $ # DISTNAME= popa3d-0.4.9.4 @@ -31,11 +31,5 @@ do-install: ${PREFIX}/share/doc/popa3d ${INSTALL_DATA_DIR} ${PREFIX}/share/empty -pre-install: - PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL - -post-install: - PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL - .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |