Date: Mon, 4 Feb 2013 05:29:46 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311574 - in head/japanese: nkf p5-nkf Message-ID: <201302040529.r145TktH097791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Mon Feb 4 05:29:46 2013 New Revision: 311574 URL: http://svnweb.freebsd.org/changeset/ports/311574 Log: Add license Fix header PR: ports/175294 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/japanese/nkf/Makefile head/japanese/p5-nkf/Makefile Modified: head/japanese/nkf/Makefile ============================================================================== --- head/japanese/nkf/Makefile Mon Feb 4 04:24:54 2013 (r311573) +++ head/japanese/nkf/Makefile Mon Feb 4 05:29:46 2013 (r311574) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nkf -# Date created: 5 February 1995 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= nkf PORTVERSION= 2.1.2 @@ -16,6 +12,9 @@ PKGNAMEPREFIX?= ja- MAINTAINER= ports@FreeBSD.org COMMENT?= Network Kanji code conversion Filter +LICENSE?= ZLIB +LICENSE_FILE?= ${WRKSRC}/nkf.c + .if ${PKGNAMEPREFIX} != "ja-p5-" MAN1= nkf.1 MANLANG= "" ja Modified: head/japanese/p5-nkf/Makefile ============================================================================== --- head/japanese/p5-nkf/Makefile Mon Feb 4 04:24:54 2013 (r311573) +++ head/japanese/p5-nkf/Makefile Mon Feb 4 05:29:46 2013 (r311574) @@ -1,18 +1,20 @@ -# New ports collection makefile for: p5-nkf -# Date created: 23 Feb 2000 -# Whom: max -# +# Created by: max # $FreeBSD$ -# CATEGORIES= japanese perl5 PKGNAMEPREFIX= ja-p5- COMMENT= A perl extension module to use NKF +LICENSE= ZLIB NKF +LICENSE_COMB= multi +LICENSE_NAME_NKF= NKF License +LICENSE_FILE_ZLIB= ${WRKSRC}/NKF.pm +LICENSE_FILE_NKF= ${WRKSRC}/NKF.xs +LICENSE_PERMS_NKF= ${_LICENSE_PERMS_DEFAULT} + DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist - PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/NKF.mod PATCHDIR= ${.CURDIR}/files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302040529.r145TktH097791>