openbsd-ports/geo/osm2go/patches/patch-data_Makefile_in
landry dd3e3a9277 Import osm2go 0.7.18.
OSM2Go is an Openstreetmap editor designed to run on small devices.
Current featureset includes:
 * Managing multiple mapping projects.
 * Adding, moving and deletion of ways and nodes and editing their tags.
 * JOSM-style presets for speedy tagging.
 * Import GPS traces or Live GPS trace for GPS-enabled devices
 * WMS server support: NASA satellite imagery
 * Limited relation support
 * Upload and download changes to the OSM servers!
2009-09-04 18:19:41 +00:00

13 lines
454 B
Plaintext

$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2009/09/04 18:19:41 landry Exp $
--- data/Makefile.in.orig Mon Aug 31 21:41:31 2009
+++ data/Makefile.in Mon Aug 31 21:41:48 2009
@@ -6,7 +6,7 @@ datadir = @datarootdir@
all: $(TEMPLATE_ELEMSTYLES)
elemstyles-mapnik.xml: elemstyles-mapnik.xml.in
- perl ./compose-elemstyles.pl 0.4 '#f2eee8' $+ > $@.tmp
+ perl ./compose-elemstyles.pl 0.4 '#f2eee8' elemstyles-mapnik.xml.in > $@.tmp
mv $@.tmp $@
clean: