diff options
author | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
commit | 632abc2b3fc3e828f05ad4e75bf502e1251314a7 (patch) | |
tree | 8d44bc684a059c25aa5901c859a5d4248049006d /mail | |
parent | 2a5d9360437c80e78fd47afb8484073918cf324f (diff) | |
download | pkgsrc-632abc2b3fc3e828f05ad4e75bf502e1251314a7.tar.gz |
Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 74700df6f81..b16b1b9a08d 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:46:11 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/30 10:41:24 jmmv Exp $ # DISTNAME= getmail-3.1.7 @@ -13,6 +13,8 @@ COMMENT= POP3 mail retriever with reliable Maildir and command delivery NO_CONFIGURE= YES NO_BUILD= YES +USE_PKGINSTALL= YES + PYTHON_PATCH_SCRIPTS= ConfParser.py getmail.py getmail_classes.py PYTHON_PATCH_SCRIPTS+= getmail_constants.py getmail_defaults.py PYTHON_PATCH_SCRIPTS+= getmail_utilities.py @@ -61,5 +63,4 @@ do-install: .include "../../lang/python/application.mk" -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |