diff options
author | is <is@pkgsrc.org> | 2010-03-03 12:25:16 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2010-03-03 12:25:16 +0000 |
commit | 7b6d47b7c5db0c7a65f404244a277d72a3fe68bc (patch) | |
tree | e63732eb8de40828704ccea774405be968fa87ae /lang/likepython | |
parent | f0b95ca207a22c61f4d7c091f97d785c3823ac61 (diff) | |
download | pkgsrc-7b6d47b7c5db0c7a65f404244a277d72a3fe68bc.tar.gz |
Added one forgotten installation directory.
Diffstat (limited to 'lang/likepython')
-rw-r--r-- | lang/likepython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/likepython/Makefile b/lang/likepython/Makefile index 2a9d385c7d0..3cf19a87ebe 100644 --- a/lang/likepython/Makefile +++ b/lang/likepython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/01 11:07:50 is Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/03 12:25:16 is Exp $ # VER= 0.1 @@ -29,7 +29,7 @@ SUBST_SED.fix-runt-interp= -e '/call/s,python,${PYTHONBIN},g' NO_BUILD= yes -INSTALLATION_DIRS= share/examples/likepython share/doc/likepython +INSTALLATION_DIRS= bin share/examples/likepython share/doc/likepython do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} likepython ${DESTDIR}${PREFIX}/bin |