diff options
Diffstat (limited to 'shells/lshell/Makefile')
-rw-r--r-- | shells/lshell/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 3886f983eec..8ffa4550655 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/06/01 21:12:17 gls Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/19 13:03:11 gls Exp $ # -DISTNAME= lshell-0.9.12 +DISTNAME= lshell-0.9.14 CATEGORIES= shells python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/} @@ -21,6 +21,11 @@ PYDISTUTILSPKG= yes 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 |