diff options
author | taca <taca@pkgsrc.org> | 2005-02-13 09:54:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-02-13 09:54:38 +0000 |
commit | 81825aeb6941ae4d9ba88f132fbc42ded98b8007 (patch) | |
tree | ccf873edea4c901ed6eb1870f92e56ebce0d6fcc /textproc | |
parent | a18332791fd93dc8f4ae1605d85f4e0e25c3f69c (diff) | |
download | pkgsrc-81825aeb6941ae4d9ba88f132fbc42ded98b8007.tar.gz |
Minor clean up.
- Explictly set some macro to "yes" instead of empty value.
- Remove an extra empty line.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/chasen/Makefile | 10 | ||||
-rw-r--r-- | textproc/chasen/Makefile.common | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/chasen/Makefile b/textproc/chasen/Makefile index 23cc54417e3..d751e38cf0e 100644 --- a/textproc/chasen/Makefile +++ b/textproc/chasen/Makefile @@ -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 diff --git a/textproc/chasen/Makefile.common b/textproc/chasen/Makefile.common index 067b556bc7f..a72f2e6314d 100644 --- a/textproc/chasen/Makefile.common +++ b/textproc/chasen/Makefile.common @@ -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} - |