svn commit: r311538 - head/japanese/lookup

Eitan Adler eadler at FreeBSD.org
Mon Feb 4 02:20:43 UTC 2013


Author: eadler
Date: Mon Feb  4 02:20:43 2013
New Revision: 311538
URL: http://svnweb.freebsd.org/changeset/ports/311538

Log:
  Add LICENSE
  Hand maintainer to submitter
  Fix header
  
  PR:		ports/175271
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/japanese/lookup/Makefile

Modified: head/japanese/lookup/Makefile
==============================================================================
--- head/japanese/lookup/Makefile	Mon Feb  4 01:46:42 2013	(r311537)
+++ head/japanese/lookup/Makefile	Mon Feb  4 02:20:43 2013	(r311538)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	lookup for Mule 2.3
-# Date created:		98/11/19
-# Whom:			Satoshi Taoka <taoka at FreeBSD.org>
-#
+# Created by: Satoshi Taoka <taoka at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	lookup
 PORTVERSION=	1.4.1
@@ -12,9 +8,11 @@ CATEGORIES=	japanese elisp
 MASTER_SITES=	http://openlab.ring.gr.jp/edict/lookup/dist/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	yasu at utahime.org
 COMMENT=	Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc
 
+LICENSE=	GPLv2
+
 USE_EMACS=	yes
 
 INFO?=		lookup lookup-guide


More information about the svn-ports-head mailing list