From 9f45a32fc79768dddf5116d1905815193d42ec27 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Fri, 19 Jun 2009 05:57:26 +0000 Subject: - hackily fix custom LOCALBASE/PREFIX Reported by: QATty --- mail/openwebmail/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail') diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index e4ab2e6a051e..c06c377a13ef 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -139,6 +139,8 @@ post-extract: .endfor post-patch: + ### XXX: Hack, some of this should be LOCALBASE + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' .if defined(DISABLE_SPEEDYCGI) @${ECHO_MSG} "" @${ECHO_MSG} "WARNING:" -- cgit