summaryrefslogtreecommitdiff
path: root/textproc/chasen
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-01-06 15:45:12 +0000
committertaca <taca@pkgsrc.org>2008-01-06 15:45:12 +0000
commit567d55ebae4ef3f97fa80fe6917b4f8b9d9c3769 (patch)
tree634917397915d74b47a6d73f893b028a85a2ce87 /textproc/chasen
parent2075503c77cff4ed0d7e38019546d6665e9bdc30 (diff)
downloadpkgsrc-567d55ebae4ef3f97fa80fe6917b4f8b9d9c3769.tar.gz
Switch to use META_PACKAGE. No functional change.
Diffstat (limited to 'textproc/chasen')
-rw-r--r--textproc/chasen/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/chasen/Makefile b/textproc/chasen/Makefile
index d099919b902..eda26270e43 100644
--- a/textproc/chasen/Makefile
+++ b/textproc/chasen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/10/25 22:01:06 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2008/01/06 15:45:12 taca Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
@@ -10,17 +10,10 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://chasen-legacy.sourceforge.jp/
COMMENT= meta package of ChaSen, Japanese Morphological Analysis System
+META_PACKAGE= yes
+
DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base
DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty (meta-package)
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-do-install: # empty
-
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"