diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-25 12:20:39 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-25 12:20:39 +0800 |
commit | 5be05de4f025c0765352c89126fbbe108f2a90e6 (patch) | |
tree | 1b3e452a9900ca987e0fce34d4bda3f53719ae73 /games | |
parent | f20ea46149b2ddd1f30c6a25ddf8af6b74f47990 (diff) | |
download | freebsd-ports-gnome-5be05de4f025c0765352c89126fbbe108f2a90e6.tar.gz freebsd-ports-gnome-5be05de4f025c0765352c89126fbbe108f2a90e6.tar.zst freebsd-ports-gnome-5be05de4f025c0765352c89126fbbe108f2a90e6.zip |
- Fix build on 4.x
PR: ports/103413
Submitted by: Alexander Logvinov <ports at logvinov.com>
Approved by: Sean C. Farley <sean-freebsd at farley.org> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-ut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-ut/Makefile b/games/linux-ut/Makefile index 7f2a3772ab2d..19576ea3bad6 100644 --- a/games/linux-ut/Makefile +++ b/games/linux-ut/Makefile @@ -41,7 +41,7 @@ do-extract: @${MKDIR} ${WRKSRC} .for file in ${PATCH436FILES:C/:.*//} @cd ${WRKSRC} &&\ - ${SED} -e '1,/exit $$res/d' ${_DISTDIR}/${file} | ${TAR} zxf - + ${SED} -e '1,/exit $$res/d' ${_DISTDIR}/${file} | ${GUNZIP_CMD} -q | ${TAR} xf - .endfor @${MV} ${WRKSRC}/bin/Linux/x86/ucc ${WRKSRC}/bin/. |