dd3e3a9277
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!
15 lines
461 B
Plaintext
15 lines
461 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2009/09/04 18:19:41 landry Exp $
|
|
--- src/Makefile.in.orig Thu Aug 20 20:34:05 2009
|
|
+++ src/Makefile.in Tue Sep 1 04:04:38 2009
|
|
@@ -48,8 +48,8 @@ clean:
|
|
rm -f osm2go *.o *~ */*~ \#*\# version.h *.bak
|
|
|
|
install: $(APP)
|
|
- install -d $(DESTDIR)$(PREFIX)$(bindir)
|
|
- install $(APP) $(DESTDIR)$(PREFIX)$(bindir)
|
|
+ install -d $(PREFIX)$(bindir)
|
|
+ install $(APP) $(PREFIX)$(bindir)
|
|
|
|
dep:
|
|
makedepend -Y -fMakefile.in *.c
|