pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/likepython Added one forgotten installation direc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85ed8ef48109
branches:  trunk
changeset: 572583:85ed8ef48109
user:      is <is%pkgsrc.org@localhost>
date:      Wed Mar 03 12:25:16 2010 +0000

description:
Added one forgotten installation directory.

diffstat:

 lang/likepython/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b521680e286 -r 85ed8ef48109 lang/likepython/Makefile
--- a/lang/likepython/Makefile  Wed Mar 03 12:01:16 2010 +0000
+++ b/lang/likepython/Makefile  Wed Mar 03 12:25:16 2010 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index