diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-05 10:26:41 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-05 10:26:41 +0800 |
commit | 334ff16bcb583f3f7ad18c65ca1f53763b9f346e (patch) | |
tree | b262b13cf80553a10a18423daa5e518bfa498ec2 /games | |
parent | 3b40faa40fb61f77a2bb4e8446ac948f71e2b1be (diff) | |
download | freebsd-ports-graphics-334ff16bcb583f3f7ad18c65ca1f53763b9f346e.tar.gz freebsd-ports-graphics-334ff16bcb583f3f7ad18c65ca1f53763b9f346e.tar.zst freebsd-ports-graphics-334ff16bcb583f3f7ad18c65ca1f53763b9f346e.zip |
- Remove setting FETCH environment
PR: ports/103992
Submitted by: Alexander Logvinov <ports_AT_logvinov dot com>
Approved by: maintainer (Sean C. Farley)
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-ut/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/linux-ut/Makefile b/games/linux-ut/Makefile index 19576ea3bad..618b962b676 100644 --- a/games/linux-ut/Makefile +++ b/games/linux-ut/Makefile @@ -8,7 +8,7 @@ PORTNAME= linux-ut PORTVERSION= 451 CATEGORIES= games linux -MASTER_SITES= http://liflg.org/?what=dl\&catid=6\&gameid=51\&filename=/:p436 \ +MASTER_SITES= http://liflg.0wnitsch.de/files/native/:p436 \ http://www.utpg.org/patches/:p451 DISTFILES= ${PATCH436FILES} \ ${PATCH451FILES} @@ -19,10 +19,6 @@ COMMENT= Unreal Tournament for Linux RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 -# A redirect will occur, so have fetch save the file with the correct name. -FETCH_CMD= /usr/bin/fetch -Rr -FETCH_BEFORE_ARGS= -o $${file} - ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_XLIB= yes |