diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/antivirus-milter/Makefile | 2 | ||||
-rw-r--r-- | mail/milter-regex/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile index ee01e484a4a1..3f32b73785d9 100644 --- a/mail/antivirus-milter/Makefile +++ b/mail/antivirus-milter/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Sendmail milter wich uses Mcafee Virus Scan or clamav +LICENSE= BSD + USE_RC_SUBR= antivirus-milter.sh CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile index e455fcb45bc7..bfecea1ec715 100644 --- a/mail/milter-regex/Makefile +++ b/mail/milter-regex/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.benzedrine.cx/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Milter plugin to sendmail for regular expression filtering +LICENSE= BSD + DIST_SUBDIR= repacked MAILUSER?= mailnull MAN8= milter-regex.8 |