From 5625e737a63131795f5dfe2a9028b5eb1e408822 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Fri, 26 Jul 2013 13:27:28 +0000 Subject: Unbreak parallel builds and slightly improve Makefile header. Reported by: pointyhat-west --- sysutils/lavaps/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 0e78422a8503..85b3e94654f7 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -1,4 +1,4 @@ -# Created by: johnh@isi.edu +# Created by: John Heidemann <johnh@isi.edu> # $FreeBSD$ PORTNAME= lavaps @@ -44,4 +44,8 @@ CONFIGURE_ARGS+= --with-tcltk --disable-nls \ PLIST_SUB+= NLS="@comment " .endif +# Fix a race to allow parallel builds +post-patch: + @${REINPLACE_CMD} -e '/rm lavaps\.pod/d' ${WRKSRC}/doc/Makefile.in + .include <bsd.port.mk> -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0