diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-10-19 03:19:49 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-10-19 03:19:49 +0800 |
commit | 0fd1f8da4e210df36de9c0f7d0aa757cecbeae04 (patch) | |
tree | c9587c069fe2a0ccd40a04ce60672055b56f1a44 /emulators | |
parent | 29878fbd3e0012db47c081db8fa03b16dbd0117f (diff) | |
download | freebsd-ports-gnome-0fd1f8da4e210df36de9c0f7d0aa757cecbeae04.tar.gz freebsd-ports-gnome-0fd1f8da4e210df36de9c0f7d0aa757cecbeae04.tar.zst freebsd-ports-gnome-0fd1f8da4e210df36de9c0f7d0aa757cecbeae04.zip |
Remove stray 'done' keyword from Makefile (breaks build with new sh)
PR: ports/151266
Submitted by: jilles
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index f6faa4afc9de..82c0c1c20866 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -71,9 +71,8 @@ post-extract: post-patch: ${FIND} ${WRKSRC}/src -type f |\ - ${XARGS} ${GREP} -l '<SDL/SDL' /dev/null |\ - ${XARGS} ${REINPLACE_CMD} -e 's,<SDL/,<,'; \ - done + ${XARGS} ${GREP} -l '<SDL/SDL' /dev/null |\ + ${XARGS} ${REINPLACE_CMD} -e 's,<SDL/,<,' pre-configure: (cd ${WRKSRC}/libltdl; ${AUTOCONF}) |