From 5757508e1ef18703473c45684d096433adb798b5 Mon Sep 17 00:00:00 2001 From: oliver Date: Sat, 31 Jul 2004 11:52:01 +0000 Subject: mkdir -p -- ... gets confused when there is a /bin/sh in front... so remove it. --- mail/sqwebmail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/sqwebmail') diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 3d8d4a3..c0a8ecf 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -227,7 +227,8 @@ post-patch: @${REINPLACE_CMD} -e 's|mkdir -p|${MKDIR}|g' ${WRKSRC}/pcp/configure - @${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}|' \ + @${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}| ; \ + s|$$(SHELL) $$(MKINSTALLDIRS)|$$(MKINSTALLDIRS)|' \ ${WRKSRC}/pcp/intl/Makefile.in post-install: -- cgit v1.1