Minor clean up.
- Explictly set some macro to "yes" instead of empty value. - Remove an extra empty line.
This commit is contained in:
parent
a18332791f
commit
81825aeb69
2 changed files with 6 additions and 7 deletions
|
@ -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}
|
DISTNAME= chasen-${CHASEN_VERSION}
|
||||||
|
@ -13,10 +13,10 @@ COMMENT= ChaSen, Japanese Morphological Analysis System
|
||||||
DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base
|
DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base
|
||||||
DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic
|
DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic
|
||||||
|
|
||||||
EXTRACT_ONLY= # empty
|
EXTRACT_ONLY= yes
|
||||||
NO_CHECKSUM= # defined
|
NO_CHECKSUM= yes
|
||||||
NO_CONFIGURE= # defined
|
NO_CONFIGURE= yes
|
||||||
NO_BUILD= # defined
|
NO_BUILD= yes
|
||||||
|
|
||||||
do-install: # empty
|
do-install: # empty
|
||||||
|
|
||||||
|
|
|
@ -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
|
CHASEN_VERSION= 2.3.3
|
||||||
|
@ -9,4 +9,3 @@ PKG_SYSCONFSUBDIR?= chasen
|
||||||
CHASEN_DICDIR?= ${PREFIX}/share/chasen/dic
|
CHASEN_DICDIR?= ${PREFIX}/share/chasen/dic
|
||||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
|
||||||
--with-dicdir=${CHASEN_DICDIR}
|
--with-dicdir=${CHASEN_DICDIR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue