From 1b2f8b322d6c519dde647dfb98ef84daf82d4560 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 28 Dec 2007 14:23:59 +0000 Subject: [PATCH] fix parallel build (as known as the automake FUCK UP bug). --- comms/jpilot/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 1bb40df7b68..afe85d2d9a8 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2007/10/27 13:36:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.46 2007/12/28 14:23:59 espie Exp $ COMMENT= desktop organizer software for the palm pilot @@ -42,6 +42,9 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ MAN1= jpilot-dump.1 jpilot-sync.1 jpilot.1 +MAKE_FLAGS = mkdir_p='mkdir -p' +FAKE_FLAGS = ${MAKE_FLAGS} DESTDIR=${WRKINST} + pre-build: .for i in ${MAN1} perl -pi -e "s,/usr/share,${LOCALBASE}/share,g" ${WRKSRC}/docs/${i}