diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-04-28 01:45:03 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-04-28 01:45:03 +0800 |
commit | 36d69f78d348732452085bc5825fce75fea483f9 (patch) | |
tree | 66a2ab479d4c67f85a54d962e4c7cf01453c1923 /games | |
parent | 4b87a971717d36d7e196499580c1544019fa0c97 (diff) | |
download | freebsd-ports-gnome-36d69f78d348732452085bc5825fce75fea483f9.tar.gz freebsd-ports-gnome-36d69f78d348732452085bc5825fce75fea483f9.tar.zst freebsd-ports-gnome-36d69f78d348732452085bc5825fce75fea483f9.zip |
Set FETCH_ARGS to follow redirections.
The download URL from Dropbox seems to be redirecting to another location
these days, which made make fetch fail.
PR: ports/177994
Diffstat (limited to 'games')
-rw-r--r-- | games/knights-kde4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile index 0b91995c6b61..67f87c6859f1 100644 --- a/games/knights-kde4/Makefile +++ b/games/knights-kde4/Makefile @@ -12,6 +12,7 @@ COMMENT= KDE4 chess interface RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess +FETCH_ARGS?= -Fpr LATEST_LINK= ${PORTNAME}-kde4 MAKE_JOBS_SAFE= yes USE_BZIP2= yes |