diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/py-html-docs | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/py-html-docs')
-rw-r--r-- | lang/py-html-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile index 153f9b7d1e8..f0e593944bc 100644 --- a/lang/py-html-docs/Makefile +++ b/lang/py-html-docs/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:45:08 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:19:17 agc Exp $ # DISTNAME= html-2.0 PKGNAME= py-html-docs-2.0 -WRKSRC= ${WRKDIR} CATEGORIES= lang MASTER_SITES= http://www.python.org/ftp/python/doc/2.0/ EXTRACT_SUFX= .tar.bz2 @@ -12,6 +11,7 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.python.org/doc/ COMMENT= HTML Documentation for Python +WRKSRC= ${WRKDIR} DIST_SUBDIR= python NO_CONFIGURE= yes |