diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-23 04:58:15 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-23 04:58:15 +0000 |
commit | 032249debe9b4a4762d7f4a4ff69aa50ab6f387d (patch) | |
tree | ed199f8150fbe08a8592c6167db5704f59c76168 | |
parent | 371bf1c79feef3d6691cf197bb87e1c3fd79f7ee (diff) | |
download | FreeBSD-ports-032249debe9b4a4762d7f4a4ff69aa50ab6f387d.zip FreeBSD-ports-032249debe9b4a4762d7f4a4ff69aa50ab6f387d.tar.gz |
Fix typo: add missing \ to continue line
-rw-r--r-- | x11-toolkits/jx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index 20cf5a7..36633e8 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;|' \ |