Bug 181206 - japanese/ebnetd: remove unnecessary LICENSE_FILE
Summary: japanese/ebnetd: remove unnecessary LICENSE_FILE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-10 11:50 UTC by Yasuhiro Kimura
Modified: 2013-08-25 19:10 UTC (History)
0 users

See Also:


Attachments
patch-ja-ebnetd (310 bytes, text/plain)
2013-08-10 11:50 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-08-10 11:50:00 UTC
	Remove unnecessary LICENSE_FILE.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 11:50:08 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-25 19:07:05 UTC
Author: az
Date: Sun Aug 25 18:06:53 2013
New Revision: 325366
URL: http://svnweb.freebsd.org/changeset/ports/325366

Log:
  - Remove unnecessary LICENSE_FILE
  
  PR:		ports/181206
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)

Modified:
  head/japanese/ebnetd/Makefile   (contents, props changed)

Modified: head/japanese/ebnetd/Makefile
==============================================================================
--- head/japanese/ebnetd/Makefile	Sun Aug 25 17:44:27 2013	(r325365)
+++ head/japanese/ebnetd/Makefile	Sun Aug 25 18:06:53 2013	(r325366)
@@ -10,7 +10,6 @@ MAINTAINER=	yasu@utahime.org
 COMMENT=	Servers for accessing CD-ROM books via TCP/IP
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
 
_______________________________________________
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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-08-25 19:07:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!