summaryrefslogtreecommitdiff
path: root/converters/py-zhCodecs
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/py-zhCodecs
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'converters/py-zhCodecs')
-rw-r--r--converters/py-zhCodecs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile
index 5d40c325be5..2693941b779 100644
--- a/converters/py-zhCodecs/Makefile
+++ b/converters/py-zhCodecs/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/09/21 09:41:53 jmc Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:10:29 agc Exp $
DISTNAME= ChineseCodecs1.2.0
PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0
-WRKSRC= ${WRKDIR}/${DISTNAME}/Python
CATEGORIES= converters devel
MASTER_SITES= ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/ \
ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/
@@ -11,6 +10,7 @@ MAINTAINER= shell@NetBSD.org
HOMEPAGE= http://www.sourceforge.net/python-codecs/
COMMENT= Python Unicode codecs for Chinese charsets
+WRKSRC= ${WRKDIR}/${DISTNAME}/Python
PYDISTUTILSPKG= # defined
PYBINMODULE= # defined
USE_BUILDLINK2= yes