SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,27 @@
Index: local.h.bsd
--- local.h.bsd.orig
+++ local.h.bsd
@@ -75,7 +75,7 @@
* store them in a different place).
*/
#define BINDIR "/usr/local/bin"
-#define LIBDIR "/usr/local/lib"
+#define LIBDIR "/usr/local/lib/ispell"
#define MAN1DIR "/usr/local/man/man1"
#define MAN45DIR "/usr/local/man/man5"
#define MAN45EXT ".5"
@@ -83,5 +83,14 @@
/*
* Place any locally-required #include statements here
*/
+
+#define WORDS "/usr/share/dict/words"
+
+#define LANGUAGES "{british,MASTERDICTS=british.xlg,HASHFILES=britishxlg.hash,EXTRADICT=} {american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}"
+
+#define MASTERHASH "britishxlg.hash"
+
+#define DEFHASH "default.hash"
+#define DEFLANG "default.aff"
#endif /* LOCAL_H_INCLUDED */