1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/mail/bmf/files/patch-Makefile.in
Matthias Andree e919812c71 - Attempt to fix build on systems without gcc (error was:
- Stageify.
- No longer silence post-* targets.
2014-01-03 01:00:05 +00:00

18 lines
330 B
Plaintext

--- ./Makefile.in.orig 2002-10-20 22:27:56.000000000 +0200
+++ ./Makefile.in 2014-01-03 01:50:13.000000000 +0100
@@ -1,11 +1,11 @@
# Makefile for bmf
-BINDIR=/usr/bin
-MANDIR=/usr/share/man
+BINDIR=${PREFIX}/bin
+MANDIR=${PREFIX}/man
VERSION=0.9.4
-CC=@CC@
+CC?=@CC@
CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@
SYSLIBS=@SYSLIBS@