diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-26 13:27:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-26 13:27:28 +0000 |
commit | 5625e737a63131795f5dfe2a9028b5eb1e408822 (patch) | |
tree | 1faa799e3f81f59bfd1451e808085e84f644aa88 /sysutils | |
parent | a859e9e862671d03305025eb8938fb2a0334d301 (diff) | |
download | freebsd-ports-5625e737a63131795f5dfe2a9028b5eb1e408822.zip |
Unbreak parallel builds and slightly improve Makefile header.
Reported by: pointyhat-west
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lavaps/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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> |