freebsd-ports/mail/biffer/files/patch-biffer_comsat::Makefile
Jean-Yves Lefort 00676749e8 - Respect ${PREFIX} [1]
- Cleanup: s,${WRKDIR}/${DISTNAME},${WRKSRC},

[1]:
PR:		ports/88114
Submitted by:	maintainer
2005-10-28 07:00:21 +00:00

18 lines
403 B
Plaintext

--- biffer_comsat/Makefile.orig Thu Oct 27 23:23:21 2005
+++ biffer_comsat/Makefile Thu Oct 27 23:25:14 2005
@@ -8,9 +8,12 @@
SRCS= comsat.c usebiffer.c
-BINDIR= /usr/local/libexec
-MANDIR= /usr/local/man/man
+PREFIX= /usr/local
+BINDIR= ${PREFIX}/libexec
+MANDIR= ${PREFIX}/man/man
+CC?= cc
+CFLAGS?= -O -pipe
CFLAGS+= -I../Include
.include <bsd.prog.mk>