diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-23 17:34:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-23 17:34:26 +0000 |
commit | 392ae6a5689cfb8776a45b0982d823c77789a75c (patch) | |
tree | f02a5930377e2456018767706ecb261419c959df /shells | |
parent | 0d87a0343644d45c8ceb1e8cd9031b459245676f (diff) | |
download | pkgsrc-392ae6a5689cfb8776a45b0982d823c77789a75c.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 |