Makefile: install in /usr/local - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork +… | |
git clone git://git.codemadness.org/bmf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 46b7439476354ab85b37689f5bec97b0231b251a | |
parent 41e1e6b8e9d49a1300c070f03070db4ce2d0bbbd | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 22 Sep 2018 18:51:01 +0200 | |
Makefile: install in /usr/local | |
Diffstat: | |
M Makefile | 6 ++---- | |
1 file changed, 2 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,5 @@ | |
-# Makefile for bmf | |
- | |
-BINDIR=/usr/bin | |
-MANDIR=/usr/share/man | |
+BINDIR=/usr/local/bin | |
+MANDIR=/usr/local/share/man | |
VERSION=0.9.4 | |