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 | |
parent | b332d4e3f744b006666858d25b8ac8bdff6b7f3f (diff) | |
download | pkgsrc-64d63fec50c8f9418796c935f783ffe32dce25ac.tar.gz |
Added LICENSE=postfix-license
-rw-r--r-- | mail/postfix-current/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 4e994b90332..783e3220c85 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2007/10/22 06:15:56 martti Exp $ +# $NetBSD: Makefile,v 1.86 2007/10/30 13:27:32 martti Exp $ DISTNAME= postfix-2.5-20071006 #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]* 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]* |