diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 13:24:28 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 13:24:28 +0800 |
commit | 0f473e68c27e9ac52b4d599483f820a3d52867e0 (patch) | |
tree | 6e7addb99477accf0a5c354cff981d264435ff03 /mail/biffer | |
parent | 99e7ec1e44dbff35c2f56d36443c067d48691c1a (diff) | |
download | freebsd-ports-gnome-0f473e68c27e9ac52b4d599483f820a3d52867e0.tar.gz freebsd-ports-gnome-0f473e68c27e9ac52b4d599483f820a3d52867e0.tar.zst freebsd-ports-gnome-0f473e68c27e9ac52b4d599483f820a3d52867e0.zip |
- Mark MAKE_JOBS_UNSAFE
- Fix build with custom LOCALBASE/PREFIX [1]
Reported by: QATty [1]
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 |