diff options
author | oliver <oliver@FreeBSD.org> | 2004-07-31 11:52:01 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-07-31 11:52:01 +0000 |
commit | 5757508e1ef18703473c45684d096433adb798b5 (patch) | |
tree | 1a11c98039aa2d36a459c0e2bb0544c3c94ed53e /mail/sqwebmail | |
parent | 781411d60b941dc403030c87fd19b5260e3f5d18 (diff) | |
download | FreeBSD-ports-5757508e1ef18703473c45684d096433adb798b5.zip FreeBSD-ports-5757508e1ef18703473c45684d096433adb798b5.tar.gz |
mkdir -p -- ... gets confused when there is a /bin/sh in front... so remove
it.
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |