diff options
author | is <is> | 2010-03-03 12:25:16 +0000 |
---|---|---|
committer | is <is> | 2010-03-03 12:25:16 +0000 |
commit | c502363d342d1be70446c134ebe1ee64b49706dd (patch) | |
tree | e63732eb8de40828704ccea774405be968fa87ae /lang/likepython | |
parent | d003133cf5e33e8a97b5f22fa01f6559c4488f35 (diff) | |
download | pkgsrc-c502363d342d1be70446c134ebe1ee64b49706dd.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 |