summaryrefslogtreecommitdiff
path: root/converters/cn2jp
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /converters/cn2jp
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'converters/cn2jp')
-rw-r--r--converters/cn2jp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile
index cbc2b16d79e..f6b28528333 100644
--- a/converters/cn2jp/Makefile
+++ b/converters/cn2jp/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:36:12 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:10:29 agc 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/
@@ -10,6 +9,7 @@ MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://w3.sys.es.osaka-u.ac.jp/~seke/software/cn2jp/
COMMENT= Library for code translation between Chinese and Japanese
+WRKSRC= ${WRKDIR}/cn2jp
USE_LIBTOOL= yes
USE_GMAKE= yes