svn commit: r393990 - head/japanese/namazu2

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Aug 12 00:08:58 UTC 2015


Author: pgollucci
Date: Wed Aug 12 00:08:57 2015
New Revision: 393990
URL: https://svnweb.freebsd.org/changeset/ports/393990

Log:
  japanese/namazu2: convert to USES=metaport
  
  PR:                  201632
  Submitted by:        s3erios at gmail.com

Modified:
  head/japanese/namazu2/Makefile

Modified: head/japanese/namazu2/Makefile
==============================================================================
--- head/japanese/namazu2/Makefile	Wed Aug 12 00:08:53 2015	(r393989)
+++ head/japanese/namazu2/Makefile	Wed Aug 12 00:08:57 2015	(r393990)
@@ -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 at FreeBSD.org
 COMMENT=	Meta-port of Namazu and Japanese support modules
@@ -16,8 +13,6 @@ COMMENT=	Meta-port of Namazu and Japanes
 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}
 
 .include "${.CURDIR}/../../databases/namazu2/Makefile.common"
 
-NO_BUILD=	yes
-USES=		perl5
-
-do-install:
-	@${DO_NADA}
+USES=		metaport perl5
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list