diff options
author | martti <martti@pkgsrc.org> | 2009-05-14 17:12:10 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-05-14 17:12:10 +0000 |
commit | 2df7e2fa700df4ff8ac2572d783fb388a6cfa2e4 (patch) | |
tree | f79028f5e8731ab40d757fca9784600d85f19acd /mail/postfix/Makefile | |
parent | 4fa256021e631b653b62223c125cab8461ba4434 (diff) | |
download | pkgsrc-2df7e2fa700df4ff8ac2572d783fb388a6cfa2e4.tar.gz |
Added sbin/postmulti to PLIST. PKGREVISION++
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index ca8c6f54491..73b857d8cd5 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.224 2009/05/13 10:33:23 martti Exp $ +# $NetBSD: Makefile,v 1.225 2009/05/14 17:12:10 martti Exp $ DISTNAME= postfix-2.6.0 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ @@ -12,6 +12,7 @@ DIST_SUBDIR= postfix MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.postfix.org/ COMMENT= Postfix SMTP server and tools + LICENSE= postfix-license CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* |