diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-27 12:21:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-27 12:21:58 +0000 |
commit | 345158b1f1a7cd54b60581b418e195c51ed233ef (patch) | |
tree | bc083eb10b75c9f08fe1d4e1421097e91329922a /security/amap | |
parent | 46ea29140a6a105929fbb3251fa1b3384ffd0bcf (diff) |
without this amap looks for it's data files in ${PREFIX}/bin.
How did I miss that?
PR: 56028
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=87782
Diffstat (limited to 'security/amap')
-rw-r--r-- | security/amap/files/patch-amap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amap/files/patch-amap.h b/security/amap/files/patch-amap.h index dbc6b3de55d6..49a758ba669b 100644 --- a/security/amap/files/patch-amap.h +++ b/security/amap/files/patch-amap.h @@ -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 ) |