Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 05:31:51 +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: r310425 - head/japanese/eblook
Message-ID:  <201301150531.r0F5Vp0u090159@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Jan 15 05:31:50 2013
New Revision: 310425
URL: http://svnweb.freebsd.org/changeset/ports/310425

Log:
  - add created by to header
  - adopt optionsNG
  - add LICENSE
  - trim COMMENT
  
  PR:		175194
  Submitted by:	maintainer, yasu@utahime.org

Modified:
  head/japanese/eblook/Makefile

Modified: head/japanese/eblook/Makefile
==============================================================================
--- head/japanese/eblook/Makefile	Tue Jan 15 05:28:40 2013	(r310424)
+++ head/japanese/eblook/Makefile	Tue Jan 15 05:31:50 2013	(r310425)
@@ -1,3 +1,4 @@
+# Created by: Shigeyuki Fukushima <shige@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	eblook
@@ -8,7 +9,9 @@ MASTER_SITES=	http://openlab.ring.gr.jp/
 DIST_SUBDIR=	eb
 
 MAINTAINER=	yasu@utahime.org
-COMMENT=	Interactive EB interface command for searching words in electronic dictionaries
+COMMENT=	Command to lookup words in EB format dictionaries
+
+LICENSE=	GPLv2
 
 LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
 
@@ -18,8 +21,12 @@ CONFIGURE_ARGS=		--with-eb-includes=${PR
 
 INFO=		eblook
 
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	for i in AUTHORS COPYING ChangeLog NEWS README ; do \
 		${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\



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