diff options
author | jym <jym@pkgsrc.org> | 2011-07-03 21:36:20 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-07-03 21:36:20 +0000 |
commit | a9c035a4d041d4c88c56ccf93bcf2fadced20449 (patch) | |
tree | 3430ef1833f003a4d901f7fdc29fc2d924cff575 /geography | |
parent | db04eb972ad280916bdb2d503b561bf91ec357d2 (diff) | |
download | pkgsrc-a9c035a4d041d4c88c56ccf93bcf2fadced20449.tar.gz |
check-interpreter fix.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsdrive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile index b28b5e33b3a..b85c167db83 100644 --- a/geography/gpsdrive/Makefile +++ b/geography/gpsdrive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/04/22 13:43:40 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/07/03 21:36:20 jym Exp $ DISTNAME= gpsdrive-1.31 PKGREVISION= 16 @@ -25,7 +25,7 @@ USE_TOOLS+= bash:run perl:run CONFIGURE_ARGS+= --disable-mysql REPLACE_BASH= src/gpsfetchmap -REPLACE_PERL= src/gpspoint2gpsdrive.pl src/wpcvt +REPLACE_PERL= src/*.pl src/wpcvt .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib/buildlink3.mk" |