diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-09 11:30:51 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-09 11:30:51 +0000 |
commit | d9e80de443f6215eee7ed5fe8ab2375b696911c1 (patch) | |
tree | 80bd19c1909f6431548641bac9608be865bcf6dd /geography/gpsdrive | |
parent | 4de20ba9c95fb798bc0883b2aedfcb55180d4195 (diff) | |
download | pkgsrc-d9e80de443f6215eee7ed5fe8ab2375b696911c1.tar.gz |
Use REPLACE_INTERPRETER instead of SUBST.
Diffstat (limited to 'geography/gpsdrive')
-rw-r--r-- | geography/gpsdrive/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile index 293c3911bc7..d7ac59c582c 100644 --- a/geography/gpsdrive/Makefile +++ b/geography/gpsdrive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:26 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/09 11:30:51 ghen Exp $ DISTNAME= gpsdrive-1.31 PKGREVISION= 9 @@ -20,10 +20,10 @@ USE_LANGUAGE= c c++ # XXX make this an option CONFIGURE_ARGS+= --disable-mysql -SUBST_CLASSES+= bash -SUBST_STAGE.bash= post-patch -SUBST_FILES.bash= src/gpsfetchmap -SUBST_SED.bash= -e 's,\#!/bin/bash,\#!/bin/sh,' +REPLACE_INTERPRETER+= bash +_REPLACE.bash.old= /bin/bash +_REPLACE.bash.new= ${SH:Q} +_REPLACE_FILES.bash= src/gpsfetchmap .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib/buildlink3.mk" |