aboutsummaryrefslogtreecommitdiff
path: root/mail/openwebmail
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-19 05:57:26 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-19 05:57:26 +0000
commit4531764db886ec87d6e77c4fb56c3d41dddbd0a2 (patch)
treecb11b759deffea23ed1e3c51bf1c7cf457a798a7 /mail/openwebmail
parent0c44d42fda407d7fc8896919c0c3768699a65acf (diff)
downloadports-4531764db886ec87d6e77c4fb56c3d41dddbd0a2.tar.gz
ports-4531764db886ec87d6e77c4fb56c3d41dddbd0a2.zip
- hackily fix custom LOCALBASE/PREFIX
Reported by: QATty
Notes
Notes: svn path=/head/; revision=236276
Diffstat (limited to 'mail/openwebmail')
-rw-r--r--mail/openwebmail/Makefile2
1 files changed, 2 insertions, 0 deletions
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:"