From 9f1cc48e31912de49ad0441bc217410b934e7261 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Wed, 12 Aug 2015 00:08:57 +0000 Subject: japanese/namazu2: convert to USES=metaport PR: 201632 Submitted by: s3erios@gmail.com --- japanese/namazu2/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'japanese/namazu2') diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index 179190653ce3..67c87971c447 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -5,10 +5,7 @@ PORTNAME= namazu PORTVERSION= ${NAMAZU_PORTVERSION} PORTREVISION= 1 CATEGORIES= japanese databases www textproc -MASTER_SITES= # empty PKGNAMESUFFIX= 2 -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port of Namazu and Japanese support modules @@ -16,8 +13,6 @@ COMMENT= Meta-port of Namazu and Japanese support modules LIB_DEPENDS= libnmz.so:${PORTSDIR}/databases/namazu2 RUN_DEPENDS= ja-p5-nkf>=0:${PORTSDIR}/japanese/p5-nkf -PLIST= "@comment this plist is intentionally left empty" - .if defined(WITH_CHASEN) RUN_DEPENDS+= ja-p5-Text-ChaSen>=0:${PORTSDIR}/japanese/p5-Text-ChaSen .elif defined(WITH_KAKASI) @@ -28,10 +23,6 @@ RUN_DEPENDS+= ja-p5-MeCab>=0:${PORTSDIR}/japanese/p5-MeCab .include "${.CURDIR}/../../databases/namazu2/Makefile.common" -NO_BUILD= yes -USES= perl5 - -do-install: - @${DO_NADA} +USES= metaport perl5 .include -- cgit