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/mmr | |
parent | 09c1ac8dbcd2b6f7cbfc7060b51d22600df00abf (diff) | |
download | freebsd-ports-gnome-b44d111ac6461d889ae8ef3d684c59c136143fd4.tar.gz freebsd-ports-gnome-b44d111ac6461d889ae8ef3d684c59c136143fd4.tar.zst freebsd-ports-gnome-b44d111ac6461d889ae8ef3d684c59c136143fd4.zip |
Restore LICENSE_FILE as mat pointed out that BSD licenses have copyright holder
in them.
Notified by: mat
Diffstat (limited to 'mail/mmr')
-rw-r--r-- | mail/mmr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index e4662ab67d5c..5f3a975889fc 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}' |