diff options
author | eadler <eadler@FreeBSD.org> | 2013-02-04 13:29:46 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-02-04 13:29:46 +0800 |
commit | f454c2a68ed6532ec7c32434563b3117d9f8463b (patch) | |
tree | 638efb900978e344d88a8a0847c9a43580f317ef /japanese | |
parent | 4ff1b7131b3fd869c44b3c591dc909f3a65529c5 (diff) | |
download | freebsd-ports-gnome-f454c2a68ed6532ec7c32434563b3117d9f8463b.tar.gz freebsd-ports-gnome-f454c2a68ed6532ec7c32434563b3117d9f8463b.tar.zst freebsd-ports-gnome-f454c2a68ed6532ec7c32434563b3117d9f8463b.zip |
Add license
Fix header
PR: ports/175294
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nkf/Makefile | 9 | ||||
-rw-r--r-- | japanese/p5-nkf/Makefile | 14 |
2 files changed, 12 insertions, 11 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index ead24f3f9ca5..458517b8a847 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -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 diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile index 269b854ab6ce..13f8a0eac017 100644 --- a/japanese/p5-nkf/Makefile +++ b/japanese/p5-nkf/Makefile @@ -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 |