aboutsummaryrefslogtreecommitdiff
path: root/net-im/hotot
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-19 13:48:11 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-19 13:48:11 +0000
commitcdeccabd87b1212014baf9bd49543e92a7eeb5ff (patch)
tree83d24b969b4cf552e26cf1ad493c7dfaef3742b1 /net-im/hotot
parentb6bc9d95100908bf9d47fc8cd34cc4de0d18add5 (diff)
downloadports-cdeccabd87b1212014baf9bd49543e92a7eeb5ff.tar.gz
ports-cdeccabd87b1212014baf9bd49543e92a7eeb5ff.zip
Notes
Diffstat (limited to 'net-im/hotot')
-rw-r--r--net-im/hotot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/hotot/Makefile b/net-im/hotot/Makefile
index 73a35779c5b3..2c887ff16313 100644
--- a/net-im/hotot/Makefile
+++ b/net-im/hotot/Makefile
@@ -62,8 +62,8 @@ post-patch:
# Remove `sourceid' parameter from Google search string
@${REINPLACE_CMD} -e 's,sourceid=chrome&,,' \
${WRKSRC}/data/js/ui.context_menu.js
-# Sanitize font selection list and correct version
- @${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/ ; /version/s,11,${PORTVERSION:E}," \
+# Sanitize font selection list
+ @${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/" \
${WRKSRC}/data/js/conf.js
# Remove stale backup files (prevent pkg-plist pollution)
@${FIND} ${WRKSRC} -type f -name '*.bak' -delete