diff options
author | taca <taca@pkgsrc.org> | 2001-02-23 15:04:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-02-23 15:04:54 +0000 |
commit | 2409918a1306e2927f3ba292d92f95257f069b68 (patch) | |
tree | 2f2c6f9d8e65af388f6c0dfa3936873b9ab845c0 | |
parent | 3e4ed92f531ccc10728d27909807787217062905 (diff) | |
download | pkgsrc-2409918a1306e2927f3ba292d92f95257f069b68.tar.gz |
Refer CHANSE_VERSION from ../chasen-base/Makefile.common.
-rw-r--r-- | japanese/chasen/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/chasen/Makefile b/japanese/chasen/Makefile index 9069b17151a..ed95ee7126c 100644 --- a/japanese/chasen/Makefile +++ b/japanese/chasen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 15:25:14 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/23 15:04:54 taca Exp $ # -DISTNAME= chasen-2.2.1 +DISTNAME= chasen-${CHASEN_VERSION} CATEGORIES= japanese MASTER_SITES= # empty DISTFILES= # empty @@ -21,4 +21,5 @@ NO_BUILD= # defined do-install: # empty +.include "../chasen-base/Makefile.common" .include "../../mk/bsd.pkg.mk" |