pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/chasen Minor clean up.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a74d83dadd22
branches:  trunk
changeset: 488953:a74d83dadd22
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 13 09:54:38 2005 +0000

description:
Minor clean up.

- Explictly set some macro to "yes" instead of empty value.
- Remove an extra empty line.

diffstat:

 textproc/chasen/Makefile        |  10 +++++-----
 textproc/chasen/Makefile.common |   3 +--
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 6e61729540f0 -r a74d83dadd22 textproc/chasen/Makefile
--- a/textproc/chasen/Makefile  Sun Feb 13 09:52:00 2005 +0000
+++ b/textproc/chasen/Makefile  Sun Feb 13 09:54:38 2005 +0000
@@ -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 @@
 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 -r 6e61729540f0 -r a74d83dadd22 textproc/chasen/Makefile.common
--- a/textproc/chasen/Makefile.common   Sun Feb 13 09:52:00 2005 +0000
+++ b/textproc/chasen/Makefile.common   Sun Feb 13 09:54:38 2005 +0000
@@ -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 @@
 CHASEN_DICDIR?=                ${PREFIX}/share/chasen/dic
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR} \
                        --with-dicdir=${CHASEN_DICDIR}
-



Home | Main Index | Thread Index | Old Index