aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-08-27 12:21:58 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-08-27 12:21:58 +0000
commit345158b1f1a7cd54b60581b418e195c51ed233ef (patch)
treebc083eb10b75c9f08fe1d4e1421097e91329922a /security
parent46ea29140a6a105929fbb3251fa1b3384ffd0bcf (diff)
downloadports-345158b1f1a7cd54b60581b418e195c51ed233ef.tar.gz
ports-345158b1f1a7cd54b60581b418e195c51ed233ef.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/amap/files/patch-amap.h2
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 )