From 392ae6a5689cfb8776a45b0982d823c77789a75c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 23 Jan 2014 17:34:26 +0000 Subject: Remove REPLACE_* section for non-existing file. Mark as not for python-3.x. --- shells/lshell/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'shells') 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 -- cgit v1.2.3