diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-19 05:24:28 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-19 05:24:28 +0000 |
commit | fcd6c8e8ef7930a477f3296accba1941f8600491 (patch) | |
tree | aacacb053240600635dbdbc793afe2fb5283df36 /mail/biffer | |
parent | 02b8d9224c109cade69c5dae6acaf9403bab8268 (diff) | |
download | ports-fcd6c8e8ef7930a477f3296accba1941f8600491.tar.gz ports-fcd6c8e8ef7930a477f3296accba1941f8600491.zip |
Notes
Diffstat (limited to 'mail/biffer')
-rw-r--r-- | mail/biffer/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/biffer/Makefile b/mail/biffer/Makefile index ebdc2ff78ac2..4d4519791852 100644 --- a/mail/biffer/Makefile +++ b/mail/biffer/Makefile @@ -16,9 +16,14 @@ COMMENT= A better mail notification server RUN_DEPENDS= xmsg:${PORTSDIR}/x11/xmsg +MAKE_JOBS_UNSAFE= yes + MAN1= biffopt.1 MAN8= biffer.8 biffer_comsat.8 +post-patch: + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/biffer_comsat/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/biffer/biffer ${PREFIX}/libexec ${INSTALL_PROGRAM} ${WRKSRC}/biffopt/biffopt ${PREFIX}/bin |