diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-07-31 11:52:01 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-07-31 11:52:01 +0000 |
commit | 8e2744af960a523889fd46865317c36c32115f5e (patch) | |
tree | a45b7f393069420add8763c384e12478da0238c5 /mail/sqwebmail | |
parent | 5377466bd15db6e69d5a77039d2dc4fd8ec31006 (diff) | |
download | ports-8e2744af960a523889fd46865317c36c32115f5e.tar.gz ports-8e2744af960a523889fd46865317c36c32115f5e.zip |
Notes
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 3d8d4a3a9f69..c0a8ecfb3540 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: |