pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gpsdrive Fixed path to the Perl interpreter....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aa4f0b5271f
branches:  trunk
changeset: 518299:1aa4f0b5271f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 06 10:06:13 2006 +0000

description:
Fixed path to the Perl interpreter. Bumped PKGREVISION.

diffstat:

 geography/gpsdrive/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 412e3699486a -r 1aa4f0b5271f geography/gpsdrive/Makefile
--- a/geography/gpsdrive/Makefile       Wed Sep 06 10:00:25 2006 +0000
+++ b/geography/gpsdrive/Makefile       Wed Sep 06 10:06:13 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2006/09/06 10:02:16 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2006/09/06 10:06:13 rillig Exp $
 
 DISTNAME=      gpsdrive-1.31
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    geography
 MASTER_SITES=  http://gpsdrive.kraftvoll.at/
 
@@ -17,14 +17,13 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
+USE_TOOLS+=            bash:run perl:run
 
 # XXX make this an option
 CONFIGURE_ARGS+=       --disable-mysql
 
-REPLACE_INTERPRETER+=  bash
-REPLACE.bash.old=      /bin/bash
-REPLACE.bash.new=      ${SH}
-REPLACE_FILES.bash=    src/gpsfetchmap
+REPLACE_BASH=          src/gpsfetchmap
+REPLACE_PERL=          src/gpspoint2gpsdrive.pl src/wpcvt
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index