diff options
author | ale <ale@FreeBSD.org> | 2011-10-10 04:28:15 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-10-10 04:28:15 +0800 |
commit | 89f5a7ce5c1f9092b02c594b024c6ac0646729e7 (patch) | |
tree | 420f05f126a8e33f21f5730aa5ffcf204ee35762 /mail/roundcube | |
parent | f85a46bf37ea194b32aeb59afd1f427d7afa79a1 (diff) | |
download | freebsd-ports-gnome-89f5a7ce5c1f9092b02c594b024c6ac0646729e7.tar.gz freebsd-ports-gnome-89f5a7ce5c1f9092b02c594b024c6ac0646729e7.tar.zst freebsd-ports-gnome-89f5a7ce5c1f9092b02c594b024c6ac0646729e7.zip |
Fix WITH_REPLACE_MAIL_URL knob.
Diffstat (limited to 'mail/roundcube')
-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 |