diff options
author | taca <taca@pkgsrc.org> | 2002-02-09 07:40:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-02-09 07:40:46 +0000 |
commit | 8be6943fe35b1859176c084242fc88076c9e4317 (patch) | |
tree | 86132b8477c720b96292cbf35f58579b361b1afd /japanese | |
parent | 57a475a85a82ef2e3f5919a198af458adabb3bde (diff) | |
download | pkgsrc-8be6943fe35b1859176c084242fc88076c9e4317.tar.gz |
Fix forgot change of Makefile.common.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/chasen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/chasen/Makefile b/japanese/chasen/Makefile index 7306e2d195f..ac417d8f32c 100644 --- a/japanese/chasen/Makefile +++ b/japanese/chasen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/09/09 05:29:37 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/02/09 07:40:46 taca Exp $ # DISTNAME= chasen-${CHASEN_VERSION} @@ -21,5 +21,5 @@ NO_BUILD= # defined do-install: # empty -.include "../chasen-base/Makefile.common" +.include "Makefile.common" .include "../../mk/bsd.pkg.mk" |