summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-09-20 21:49:52 +0000
committerryoon <ryoon@pkgsrc.org>2013-09-20 21:49:52 +0000
commit299ba4671479822b73a0638665f113f2ab8366c0 (patch)
tree6cd6e91d0abdf44b814b8480b251eedb960b5931 /lang
parent0e3222465fa201727aab913948682c8c4c243ade (diff)
downloadpkgsrc-299ba4671479822b73a0638665f113f2ab8366c0.tar.gz
Bump PKGREVISION.
* Pass /usr/bin/env interpreter check for more files, fix build on OmniOS.
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 5400d600adf..5a18d7b58cf 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2013/09/10 14:22:30 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2013/09/20 21:49:52 ryoon Exp $
.include "dist.mk"
PKGNAME= python27-${PY_DISTVERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -156,6 +156,7 @@ REPLACE_INTERPRETER+= py27
REPLACE.py27.old= .*python[^ ]*
REPLACE.py27.new= ${PREFIX}/bin/python${PY_VER_SUFFIX}
REPLACE_FILES.py27= Lib/*.py Lib/*/*.py Lib/*/*/*.py
+REPLACE_FILES.py27+= Lib/*/*/*/*.py
SUBST_CLASSES+= findlib
SUBST_MESSAGE.findlib= Fixing find_library_file on Darwin.