diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-11 11:05:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-11 11:05:54 +0000 |
commit | 1cc16fede7fc6f504885e19c0098b32b067c61d7 (patch) | |
tree | 4a9cb74bf9e277a1dcd0cf462377fbe5f10abfdd /geography/gpspoint | |
parent | 3e9bba14fccd40bac223080c4ee1f9658b2c5b02 (diff) | |
download | pkgsrc-1cc16fede7fc6f504885e19c0098b32b067c61d7.tar.gz |
Fixed all pkglint warnings in the category, except for update requests.
Diffstat (limited to 'geography/gpspoint')
-rw-r--r-- | geography/gpspoint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile index 5b68adb7f98..1980cb2bb36 100644 --- a/geography/gpspoint/Makefile +++ b/geography/gpspoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/11 10:07:50 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2006/05/11 11:05:54 rillig Exp $ DISTNAME= gpspoint-2.030521 PKGREVISION= 1 @@ -11,9 +11,9 @@ COMMENT= Program to download and upload waypoints to and from your GPS device DEPENDS+= dialog>=0.6:../../misc/dialog -USE_PKGLOCALEDIR= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes REPLACE_INTERPRETER+= bash REPLACE.bash.old= /bin/bash |