diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-01 16:04:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-01 16:04:38 +0000 |
commit | d6ee8c302d6bf6af7ae2f6b594d2549e740abb4a (patch) | |
tree | 0aa1ae0f3ac669c3e3761b1109dc9d771dbe816b /mail | |
parent | 5e097092369f8bf68ed0806d98fe700a01ca63a0 (diff) | |
download | pkgsrc-d6ee8c302d6bf6af7ae2f6b594d2549e740abb4a.tar.gz |
Remove "NO_CONFIGURE=YES" to make PYTHON_PATCH_SCRIPTS effective.
Pointed out by Bernhard 'burnhard' Riedel on hanirc's #NetBSD.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 23090d21179..b307676f466 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/03/29 08:16:38 snj Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/01 16:04:38 minskim Exp $ DISTNAME= getmail-3.2.2 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/ \ http://www.qcc.ca/~charlesc/software/getmail-3.0/old-versions/ @@ -9,7 +10,6 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://www.qcc.ca/~charlesc/software/getmail-3.0/ COMMENT= POP3 mail retriever with reliable Maildir and command delivery -NO_CONFIGURE= YES NO_BUILD= YES USE_PKGINSTALL= YES |