summaryrefslogtreecommitdiff
path: root/lang/python15
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/python15
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/python15')
-rw-r--r--lang/python15/Makefile4
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