diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-02 14:39:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-02 14:39:56 +0000 |
commit | 0fec2dc7323d3a3d63a48fb7f724d6888d68679f (patch) | |
tree | 857ee08dcde0a956d17796918fb25fd893022789 /mail/postfix/Makefile | |
parent | 5af956c5b1e80a6663a28f21e15f5522fd8d33a6 (diff) | |
download | pkgsrc-0fec2dc7323d3a3d63a48fb7f724d6888d68679f.tar.gz |
Fix thinko with previous commit -- the builtin db1 is okay to use.
Bump the PKGREVISION to note the change in the default.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 063a1758c2c..dcdfe634e7e 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.152 2004/11/30 20:54:38 jlam Exp $ +# $NetBSD: Makefile,v 1.153 2004/12/02 14:39:56 jlam Exp $ DISTNAME= postfix-2.1.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ DIST_SUBDIR= postfix |