diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-10-09 20:28:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-10-09 20:28:15 +0000 |
commit | d7564183bfe60f0f236664134d8ecc117b7800ab (patch) | |
tree | 138410962ab7f34ebf171175cf55796d81dc24c4 /mail | |
parent | 0b63191397d374fee8ecc7ff0f10ffdcc9fd9c17 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index f53edb986523..81224e4e976e 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -110,6 +110,8 @@ post-patch: @${REINPLACE_CMD} "s/\"mail\"/\"${MAIL}\"/g" \ ${WRKSRC}/program/js/app.js \ ${WRKSRC}/skins/default/includes/taskbar.html + @${REINPLACE_CMD} "s/\"mail\//\"${MAIL}\//g" \ + ${WRKSRC}/program/js/app.js @${REINPLACE_CMD} "s/mail_footer/${MAIL}_footer/g" \ ${WRKSRC}/skins/default/*.css \ ${WRKSRC}/skins/default/templates/login.html |