summaryrefslogtreecommitdiff
path: root/lang/py23-html-docs
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/py23-html-docs
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/py23-html-docs')
-rw-r--r--lang/py23-html-docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py23-html-docs/Makefile b/lang/py23-html-docs/Makefile
index f549aa66c09..bc06131959a 100644
--- a/lang/py23-html-docs/Makefile
+++ b/lang/py23-html-docs/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 10:09:43 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/20 12:19:17 agc Exp $
#
DISTNAME= html-2.3.3
PKGNAME= py23-html-docs-2.3.3
-WRKSRC= ${WRKDIR}/Python-Docs-2.3.3/
CATEGORIES= lang
MASTER_SITES= http://www.python.org/ftp/python/doc/2.3.3/
EXTRACT_SUFX= .tar.bz2
@@ -12,6 +11,7 @@ MAINTAINER= dotz@irc.pl
HOMEPAGE= http://www.python.org/doc/
COMMENT= HTML Documentation for Python
+WRKSRC= ${WRKDIR}/Python-Docs-2.3.3/
DIST_SUBDIR= python
NO_CONFIGURE= yes