diff options
-rw-r--r-- | irc/zircon/Makefile | 2 | ||||
-rw-r--r-- | mail/spamilter/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index a7ef543de4c9..8e984723a035 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11 interface to Internet Relay Chat +LICENSE= BSD + # zircon will start with tk84, but a lot of functions won't work # a lot of variable names conflicts with new functions. .if defined(ZIRCON_WITH_TCL84) || defined(ZIRCON_WITH_TK84) diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 8640a384bb1c..c0ed7d4c95db 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= A Sendmail LibMilter filter to block spam +LICENSE= BSD + HAS_CONFIGURE= yes USE_RC_SUBR= spamilter.sh |