diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /converters/cn2jp | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'converters/cn2jp')
-rw-r--r-- | converters/cn2jp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile index 1d15c8bd58d..097a4fb62fb 100644 --- a/converters/cn2jp/Makefile +++ b/converters/cn2jp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/30 06:03:39 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:40:21 jmmv Exp $ DISTNAME= cn2jp1.4b PKGNAME= cn2jp-1.4b +WRKSRC= ${WRKDIR}/cn2jp CATEGORIES= converters MASTER_SITES= http://w3.sys.es.osaka-u.ac.jp/~seke/software/cn2jp/ @@ -12,7 +13,6 @@ COMMENT= library for code translation between Chinese and Japanese USE_LIBTOOL= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/cn2jp NO_CONFIGURE= yes post-install: |