diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-20 21:49:52 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-20 21:49:52 +0000 |
commit | 299ba4671479822b73a0638665f113f2ab8366c0 (patch) | |
tree | 6cd6e91d0abdf44b814b8480b251eedb960b5931 /lang/python27 | |
parent | 0e3222465fa201727aab913948682c8c4c243ade (diff) | |
download | pkgsrc-299ba4671479822b73a0638665f113f2ab8366c0.tar.gz |
Bump PKGREVISION.
* Pass /usr/bin/env interpreter check for more files, fix build on OmniOS.
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 5 |
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. |