diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-09 21:57:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-09 21:57:06 +0800 |
commit | 187b346f7a7afcec39d47a2a25f0cc9f16854335 (patch) | |
tree | aa1bbb7d7718d74c9372797355f00054cc7d7d17 /mail | |
parent | e137b8631f1a3c4da810c74aa57b2f8cd367ded7 (diff) | |
download | freebsd-ports-gnome-187b346f7a7afcec39d47a2a25f0cc9f16854335.tar.gz freebsd-ports-gnome-187b346f7a7afcec39d47a2a25f0cc9f16854335.tar.zst freebsd-ports-gnome-187b346f7a7afcec39d47a2a25f0cc9f16854335.zip |
- update LICENSE
Diffstat (limited to 'mail')
-rw-r--r-- | mail/antivirus-milter/Makefile | 2 | ||||
-rw-r--r-- | mail/spamilter/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile index 4eee5f73c3cd..3e97b7501e38 100644 --- a/mail/antivirus-milter/Makefile +++ b/mail/antivirus-milter/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Sendmail milter wich uses McAfee Virus Scan or clamav -LICENSE= BSD +LICENSE= BSD2CLAUSE CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} LIBS+= -lmilter ${PTHREAD_LIBS} diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index b51046225786..b774808e1944 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= A Sendmail LibMilter filter to block spam -LICENSE= BSD +LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NEED_ROOT= yes |