Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 23:56:45 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310417 - head/irc/riece
Message-ID:  <201301142356.r0ENujFr081480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Mon Jan 14 23:56:44 2013
New Revision: 310417
URL: http://svnweb.freebsd.org/changeset/ports/310417

Log:
  - add created by to header, add license and define docs
  - while here shorten mastersite
  
  PR:		175191
  Submitted by:	maintainer, yasu@utahime.org

Modified:
  head/irc/riece/Makefile

Modified: head/irc/riece/Makefile
==============================================================================
--- head/irc/riece/Makefile	Mon Jan 14 23:49:12 2013	(r310416)
+++ head/irc/riece/Makefile	Mon Jan 14 23:56:44 2013	(r310417)
@@ -1,22 +1,27 @@
+# Created by: KIMURA Yasuhiro <yasu@utahime.org>
 # $FreeBSD$
 
 PORTNAME=	riece
 PORTVERSION=	9.0.0
 PORTEPOCH=	1
 CATEGORIES=	irc elisp
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
+MASTER_SITES=	SAVANNAH
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER=	yasu@utahime.org
 COMMENT=	IRC client for Emacs
 
+LICENSE=	GPLv3
+
 USE_EMACS=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD} \
 		--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 USE_GMAKE=	yes
 
+OPTIONS_DEFINE=	DOCS
+
 INFO=	riece-en riece-ja
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301142356.r0ENujFr081480>