1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Fix typo: add missing \ to continue line

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-03-23 04:58:15 +00:00
parent b986b17d42
commit d2480723c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77197

View File

@ -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;|' \