aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/lynx
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-07-26 13:41:36 +0800
committerdanfe <danfe@FreeBSD.org>2013-07-26 13:41:36 +0800
commit074d57ff90239aa7fe1ed15acc09a34fea01f11f (patch)
treeee4bab1a7dff3f9473bf76caa41363143fa4a10a /japanese/lynx
parent687bbab5f102996e42bcfbe34eb2ddbe5ec7da0a (diff)
downloadfreebsd-ports-gnome-074d57ff90239aa7fe1ed15acc09a34fea01f11f.tar.gz
freebsd-ports-gnome-074d57ff90239aa7fe1ed15acc09a34fea01f11f.tar.zst
freebsd-ports-gnome-074d57ff90239aa7fe1ed15acc09a34fea01f11f.zip
Fix typos in comments and use correct flavor of braces.
Diffstat (limited to 'japanese/lynx')
-rw-r--r--japanese/lynx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile
index fcf5ec4779c1..1f3bc936a748 100644
--- a/japanese/lynx/Makefile
+++ b/japanese/lynx/Makefile
@@ -54,7 +54,7 @@ INSTALL_TARGET= install-full
INSTALL_TARGET= install install-help
.endif
-# Change "cd foo; $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
+# Change "cd foo && $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
# parallel builds
post-patch:
@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\(MAKE_RECUR\))|\2 -C \1|' \