diff options
author | wiz <wiz> | 2014-01-23 17:34:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-23 17:34:26 +0000 |
commit | b64879c35f3ee6bc7cf418026cee4fddac9c558b (patch) | |
tree | f02a5930377e2456018767706ecb261419c959df /shells | |
parent | fa38de559007b156b41e45e486c4b0100c5e0a72 (diff) | |
download | pkgsrc-b64879c35f3ee6bc7cf418026cee4fddac9c558b.tar.gz |
Remove REPLACE_* section for non-existing file.
Mark as not for python-3.x.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/lshell/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index c643912a115..f2e8dc7321c 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/10/21 19:38:15 gls Exp $ +# $NetBSD: Makefile,v 1.13 2014/01/23 17:34:26 wiz Exp $ DISTNAME= lshell-0.9.16 CATEGORIES= shells python @@ -17,14 +17,10 @@ PKG_SHELL= bin/lshell USE_LANGUAGES= # none PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.16 EGDIR= share/examples/lshell -REPLACE_INTERPRETER+= python -REPLACE.python.old= /usr/bin/env python -REPLACE.python.new= ${PYTHONBIN} -REPLACE_FILES.python= lshellmodule/lshell.py - SUBST_CLASSES+= setup SUBST_STAGE.setup= post-patch SUBST_FILES.setup= setup.py |