aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-07-19 21:48:11 +0800
committerdanfe <danfe@FreeBSD.org>2013-07-19 21:48:11 +0800
commit0d08fa2c2b8f7ffdb58f767dbcff1ce85186f440 (patch)
tree83d24b969b4cf552e26cf1ad493c7dfaef3742b1
parent4cc6cdc93962506b9dab895439465b41248fd348 (diff)
downloadfreebsd-ports-gnome-0d08fa2c2b8f7ffdb58f767dbcff1ce85186f440.tar.gz
freebsd-ports-gnome-0d08fa2c2b8f7ffdb58f767dbcff1ce85186f440.tar.zst
freebsd-ports-gnome-0d08fa2c2b8f7ffdb58f767dbcff1ce85186f440.zip
Small, non-functional changes (cleanups).
-rw-r--r--math/chaco/Makefile1
-rw-r--r--net-im/hotot/Makefile4
2 files changed, 2 insertions, 3 deletions
diff --git a/math/chaco/Makefile b/math/chaco/Makefile
index 35d6ac159fab..a03cd94c0d1d 100644
--- a/math/chaco/Makefile
+++ b/math/chaco/Makefile
@@ -15,7 +15,6 @@ COMMENT= Software for partitioning graphs
USES= gmake
MAKE_ARGS= CFLAGS="${CFLAGS}"
-ALL_TARGET= #
WRKSRC= ${WRKDIR}/${DISTNAME}/code
OPTIONS_DEFINE= DOCS EXAMPLES
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