summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2006-05-15 18:12:28 +0000
committerminskim <minskim>2006-05-15 18:12:28 +0000
commitd1251eff111f0603a6aeec6cbc5709425158d7e9 (patch)
tree6732a78dba876f672b96ac77b69eaacbe6e31b0f
parent52330c5ba21fd6b47ee286c4a01379dcd3e5cc1c (diff)
downloadpkgsrc-d1251eff111f0603a6aeec6cbc5709425158d7e9.tar.gz
Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.
-rw-r--r--lang/python21/Makefile9
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"