without this amap looks for it's data files in ${PREFIX}/bin.

How did I miss that?

PR:		56028
Submitted by:	maintainer
This commit is contained in:
Erwin Lansing 2003-08-27 12:21:58 +00:00
parent 46ea29140a
commit 345158b1f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87782

View File

@ -5,7 +5,7 @@
#define AMAP_RESOURCE "www.thc.org"
-#define AMAP_APPDEF_PATH "/usr/local/bin"
+#define AMAP_APPDEF_PATH "PREFIX/bin"
+#define AMAP_APPDEF_PATH "PREFIX/share/amap"
#define AMAP_BUFSIZE 1024 // standard buffer size
#define AMAP_BUFSIZE_BIG 65536 // big standard buffer size
#define AMAP_REGEX_OPTIONS ( PCRE_MULTILINE | PCRE_CASELESS )