summaryrefslogtreecommitdiff
path: root/geography/gpspoint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpspoint/Makefile')
-rw-r--r--geography/gpspoint/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile
index 74c64506771..5b68adb7f98 100644
--- a/geography/gpspoint/Makefile
+++ b/geography/gpspoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.7 2006/03/11 10:07:50 ghen Exp $
DISTNAME= gpspoint-2.030521
PKGREVISION= 1
@@ -16,8 +16,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
REPLACE_INTERPRETER+= bash
-_REPLACE.bash.old= /bin/bash
-_REPLACE.bash.new= ${SH:Q}
-_REPLACE_FILES.bash= src/mgpspoint
+REPLACE.bash.old= /bin/bash
+REPLACE.bash.new= ${SH}
+REPLACE_FILES.bash= src/mgpspoint
.include "../../mk/bsd.pkg.mk"