diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-06-27 00:01:38 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-06-27 00:01:38 +0000 |
commit | 0901b9993dd4e250867bd936bad2b026521b4869 (patch) | |
tree | f0ce6b53ee02a01825ef6f2d7ea9b77f678b822d /irc | |
parent | 303d87f4bfbfe551eb5c9eb3140155ffbf63cbad (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/riece/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile index cc0c8d26c83b..0343e33769da 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -9,11 +9,13 @@ CATEGORIES= irc elisp MASTER_SITES= SAVANNAH PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= yasu@utahime.org +MAINTAINER= ports@FreeBSD.org COMMENT= IRC client for Emacs -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING +NO_ARCH= yes USES= gmake USE_EMACS= yes GNU_CONFIGURE= yes |