mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c314171468
spam filter && has hooks for mutt!). Works well with maildrop, procmail, and can be integrated with all known mailing list software.
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
--- Makefile.in.orig Sat Mar 15 13:35:31 2003
|
|
+++ Makefile.in Sat Mar 15 13:36:05 2003
|
|
@@ -1,7 +1,7 @@
|
|
# Makefile for bmf
|
|
|
|
-BINDIR=/usr/bin
|
|
-MANDIR=/usr/share/man
|
|
+BINDIR=${PREFIX}/bin
|
|
+MANDIR=${PREFIX}/man
|
|
|
|
VERSION=0.9.4
|
|
|