summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-23 04:58:15 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-23 04:58:15 +0000
commitd2480723c98cef102379337e41c0a2a333835ee8 (patch)
tree4d6525fc32555f622cd5de1117a725f520632ef4 /x11-toolkits
parent- Update to 0.6.2 (diff)
Fix typo: add missing \ to continue line
Notes
Notes: svn path=/head/; revision=77197
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/jx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile
index 20cf5a7adfdc..36633e8175b9 100644
--- a/x11-toolkits/jx/Makefile
+++ b/x11-toolkits/jx/Makefile
@@ -112,7 +112,7 @@ makemake-extract-wrapper:
# have all relevant places point to location of the makemake wrapper
makemake-patch-path:
- @${FIND} ${WRKSRC}/libjx ${WRKSRC}/libjcore
+ @${FIND} ${WRKSRC}/libjx ${WRKSRC}/libjcore \
-name "Make*" \
-exec ${REINPLACE_CMD} -E \
-e 's|makemake;|${WRKDIR}/makemake;|' \