aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/jx
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-03-23 12:58:15 +0800
committerlioux <lioux@FreeBSD.org>2003-03-23 12:58:15 +0800
commit032249debe9b4a4762d7f4a4ff69aa50ab6f387d (patch)
treeed199f8150fbe08a8592c6167db5704f59c76168 /x11-toolkits/jx
parent371bf1c79feef3d6691cf197bb87e1c3fd79f7ee (diff)
downloadfreebsd-ports-gnome-032249debe9b4a4762d7f4a4ff69aa50ab6f387d.tar.gz
freebsd-ports-gnome-032249debe9b4a4762d7f4a4ff69aa50ab6f387d.tar.zst
freebsd-ports-gnome-032249debe9b4a4762d7f4a4ff69aa50ab6f387d.zip
Fix typo: add missing \ to continue line
Diffstat (limited to 'x11-toolkits/jx')
-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;|' \