summaryrefslogtreecommitdiff
path: root/converters/py-zhCodecs
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /converters/py-zhCodecs
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.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