summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-26 13:27:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-26 13:27:28 +0000
commit5625e737a63131795f5dfe2a9028b5eb1e408822 (patch)
tree1faa799e3f81f59bfd1451e808085e84f644aa88 /sysutils
parentThis will be removed soon once allegro-devel becomes default (diff)
Unbreak parallel builds and slightly improve Makefile header.
Reported by: pointyhat-west
Notes
Notes: svn path=/head/; revision=323719
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lavaps/Makefile6
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>