diff options
author | Nik Clayton <nik@FreeBSD.org> | 2002-02-02 23:34:51 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2002-02-02 23:34:51 +0000 |
commit | cc686606324f8c02a360eb9cc8fa7a3c51577eea (patch) | |
tree | 5a77740bf362e1f5f267b7e29e164b0b0ec2225b /games/utserver-asu | |
parent | Long overdue fix: correctly process arguments with spaces. (diff) |
Remove the line
GZIP= 9
which made the port refuse to build.
Notes
Notes:
svn path=/head/; revision=54147
Diffstat (limited to 'games/utserver-asu')
-rw-r--r-- | games/utserver-asu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/utserver-asu/Makefile b/games/utserver-asu/Makefile index 82296aa9f5b6..4bbb32ab7e1e 100644 --- a/games/utserver-asu/Makefile +++ b/games/utserver-asu/Makefile @@ -18,7 +18,6 @@ NO_WRKSUBDIR= yes DONT_USE_ZIP= yes DO_USE_WRKSUBDIR= yes EXECUTABLES= pl -GZIP= 9 post-extract: @${GZIP_CMD} -c ${FILESDIR}/ucc.init > ${WRKSRC}/ASU/ucc.init.gz |