aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2015-08-12 08:08:57 +0800
committerpgollucci <pgollucci@FreeBSD.org>2015-08-12 08:08:57 +0800
commit9f1cc48e31912de49ad0441bc217410b934e7261 (patch)
tree852b106850254bf6eef00613245a1c517ed7fa3a /japanese
parente9de937a63f638e500a154eff7e7b3d2d91904ed (diff)
downloadfreebsd-ports-gnome-9f1cc48e31912de49ad0441bc217410b934e7261.tar.gz
freebsd-ports-gnome-9f1cc48e31912de49ad0441bc217410b934e7261.tar.zst
freebsd-ports-gnome-9f1cc48e31912de49ad0441bc217410b934e7261.zip
japanese/namazu2: convert to USES=metaport
PR: 201632 Submitted by: s3erios@gmail.com
Diffstat (limited to 'japanese')
-rw-r--r--japanese/namazu2/Makefile11
1 files changed, 1 insertions, 10 deletions
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 <bsd.port.mk>