Minor clean up.

- Explictly set some macro to "yes" instead of empty value.
- Remove an extra empty line.
This commit is contained in:
taca 2005-02-13 09:54:38 +00:00
parent a18332791f
commit 81825aeb69
2 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2004/05/06 13:35:19 taca Exp $
# $NetBSD: Makefile,v 1.6 2005/02/13 09:54:38 taca Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
@ -13,10 +13,10 @@ COMMENT= ChaSen, Japanese Morphological Analysis System
DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base
DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic
EXTRACT_ONLY= # empty
NO_CHECKSUM= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
EXTRACT_ONLY= yes
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.3 2004/05/06 13:32:11 taca Exp $
# $NetBSD: Makefile.common,v 1.4 2005/02/13 09:54:38 taca Exp $
#
CHASEN_VERSION= 2.3.3
@ -9,4 +9,3 @@ PKG_SYSCONFSUBDIR?= chasen
CHASEN_DICDIR?= ${PREFIX}/share/chasen/dic
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
--with-dicdir=${CHASEN_DICDIR}