From 0901b9993dd4e250867bd936bad2b026521b4869 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Tue, 27 Jun 2017 00:01:38 +0000 Subject: [PATCH] irc/riece: Back to the pool While I'm here: Improve license Set architecture neutral PR: 220252 Submitted by: Yasuhiro KIMURA (old maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11363 --- irc/riece/Makefile | 6 ++++-- 1 file 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