diff options
author | martti <martti@pkgsrc.org> | 2007-10-30 13:27:32 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-30 13:27:32 +0000 |
commit | 64d63fec50c8f9418796c935f783ffe32dce25ac (patch) | |
tree | 6c7a95eb5f8b0aec7e63f4c3a615f1c04ac9c631 /mail/postfix | |
parent | b332d4e3f744b006666858d25b8ac8bdff6b7f3f (diff) | |
download | pkgsrc-64d63fec50c8f9418796c935f783ffe32dce25ac.tar.gz |
Added LICENSE=postfix-license
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index a154c38e7e9..a70eefff4bc 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2007/10/22 06:15:19 martti Exp $ +# $NetBSD: Makefile,v 1.209 2007/10/30 13:27:32 martti Exp $ DISTNAME= postfix-2.4.6 #PKGREVISION= 1 @@ -9,6 +9,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]* |