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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/python15 | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 8139e42f1c7..423b8fc08b0 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:45:12 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:19:17 agc Exp $ # DISTNAME= py152 PKGNAME= python15-1.5.2 -WRKSRC= ${WRKDIR}/Python-1.5.2 CATEGORIES= lang MASTER_SITES= http://www.python.org/ftp/python/src/ EXTRACT_SUFX= .tgz @@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-thread |