diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 22:51:24 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 22:51:24 +0800 |
commit | b44d111ac6461d889ae8ef3d684c59c136143fd4 (patch) | |
tree | 47ace67d35fd1ed77343785512958c2484f23274 /mail | |
parent | 09c1ac8dbcd2b6f7cbfc7060b51d22600df00abf (diff) | |
download | freebsd-ports-graphics-b44d111ac6461d889ae8ef3d684c59c136143fd4.tar.gz freebsd-ports-graphics-b44d111ac6461d889ae8ef3d684c59c136143fd4.tar.zst freebsd-ports-graphics-b44d111ac6461d889ae8ef3d684c59c136143fd4.zip |
Restore LICENSE_FILE as mat pointed out that BSD licenses have copyright holder
in them.
Notified by: mat
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mmr/Makefile | 1 | ||||
-rw-r--r-- | mail/smtpfeed/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index e4662ab67d5..5f3a975889f 100644 --- a/mail/mmr/Makefile +++ b/mail/mmr/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Curses based MIME Mail Reader LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= iconv MAKE_ARGS= LIBS='${LDFLAGS}' CXX='${CXX}' CXXFLAGS='${CXXFLAGS}' diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index 926611d77a4..546d8176c7a 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SMTP Fast Exploding External Deliverer for Sendmail LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT OPTIONS_DEFINE= DOCS |