mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
14 lines
327 B
C++
14 lines
327 B
C++
|
|
$FreeBSD$
|
|
|
|
--- src/tools/hunspell.cxx.orig
|
|
+++ src/tools/hunspell.cxx
|
|
@@ -47,7 +47,7 @@
|
|
#include "manparser.hxx"
|
|
#include "firstparser.hxx"
|
|
|
|
-#define LIBDIR "/usr/share/myspell/"
|
|
+#define LIBDIR "%%PREFIX%%/share/myspell/"
|
|
#define HOME getenv("HOME")
|
|
#define DICBASENAME ".hunspell_"
|
|
#define LOGFILE "/tmp/hunspell.log"
|