diff options
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 78585b0b54e..755f5a55cd0 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2006/04/13 02:26:54 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2006/05/15 18:12:28 minskim Exp $ # DISTNAME= Python-2.1.3 PKGNAME= python21-2.1.3 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.3/ EXTRACT_SUFX= .tgz @@ -17,6 +17,11 @@ CONFLICTS+= python-[0-9]* USE_LANGUAGES= c c++ GNU_CONFIGURE= YES +REPLACE_INTERPRETER+= python +REPLACE.python.old= .*python +REPLACE.python.new= ${PREFIX}/bin/python${PY_VER_SUFFIX} +REPLACE_FILES.python= Lib/cgi.py Lib/test/test_largefile.py + PTHREAD_OPTS+= require .include "../../mk/pthread.buildlink3.mk" .if ${PTHREAD_TYPE} == "pth" |