5c13263aaa
tangoGPS is an easy to use, fast and lightweight mapping application for use with or without GPS. It runs on any *nix platform from the desktop over eeePC down to phones like the Openmoko Neo. By default tangoGPS uses map data from the Openstreetmap project. Additionally a variety of other repositories can be easily added. The maps are automagically downloaded and cached for offline use while you drag or zoom the map. Furthermore you can conveniently pre-cache areas with tangoGPS.
22 lines
548 B
Plaintext
22 lines
548 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/04/18 13:30:17 landry Exp $
|
|
--- Makefile.in.orig Sun Feb 14 17:48:05 2010
|
|
+++ Makefile.in Fri Apr 16 16:25:06 2010
|
|
@@ -270,15 +270,9 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
SUBDIRS = po src pixmaps data
|
|
-tangogpsdocdir = ${prefix}/doc/tangogps
|
|
+tangogpsdocdir = ${prefix}/share/doc/tangogps
|
|
tangogpsdoc_DATA = \
|
|
- README\
|
|
- COPYING\
|
|
- AUTHORS\
|
|
- ChangeLog\
|
|
- INSTALL\
|
|
- NEWS\
|
|
- TODO
|
|
+ COPYING
|
|
|
|
EXTRA_DIST = $(tangogpsdoc_DATA)
|
|
all: config.h
|