Summary: | [MAINTAINER] japanese/eblook: adopt OntionsNG | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||||||
Component: | Individual Port(s) | Assignee: | Jason Helfman <jgh> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Yasuhiro Kimura
2013-01-11 06:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it. License information is added. So please commit attached patch instead of original one. Regards. "Created by:" header is added to Makefile. Please commit attached patch instead of previous ones. Regards. 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} ;\ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |