diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-03-24 05:07:52 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-03-24 05:07:52 +0000 |
commit | c3141714682a0fbc46ef79c901eb06aa3f07c48e (patch) | |
tree | 7c5217a52dea56b8f79669ee7797f586580acef1 /mail/bmf/files | |
parent | b3e2973931b21772adc58587269b663953d87d18 (diff) |
Notes
Diffstat (limited to 'mail/bmf/files')
-rw-r--r-- | mail/bmf/files/patch-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/bmf/files/patch-Makefile.in b/mail/bmf/files/patch-Makefile.in new file mode 100644 index 000000000000..d9981c1fe1a8 --- /dev/null +++ b/mail/bmf/files/patch-Makefile.in @@ -0,0 +1,12 @@ +--- 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 + |