pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/freesci Fix path to wish and depend on it. Bump ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34460f98646d
branches:  trunk
changeset: 536944:34460f98646d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 29 22:05:15 2007 +0000

description:
Fix path to wish and depend on it. Bump revision.

diffstat:

 games/freesci/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 3bd9491cf974 -r 34460f98646d games/freesci/Makefile
--- a/games/freesci/Makefile    Sat Dec 29 21:29:55 2007 +0000
+++ b/games/freesci/Makefile    Sat Dec 29 22:05:15 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2007/12/01 23:58:50 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2007/12/29 22:05:15 joerg Exp $
 #
 
 DISTNAME=              freesci-0.3.5
+PKGREVISION=           1
 CATEGORIES=            games
 MASTER_SITES=          http://www-plan.cs.colorado.edu/reichenb/freesci/
 
@@ -12,9 +13,15 @@
 USE_DIRS+=             xdg-1.1
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
+USE_TOOLS+=            wish:run
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-ggi --without-directfb
 
+REPLACE_INTERPRETER+=  wish
+REPLACE.wish.old=      .*/bin/wish
+REPLACE.wish.new=      ${PREFIX}/bin/wish
+REPLACE_FILES.wish=    conf/freesci-setup
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/freesci
        ${INSTALL_DATA} ${FILESDIR}/config ${PREFIX}/share/examples/freesci



Home | Main Index | Thread Index | Old Index