aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2023-05-22 20:14:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2023-05-23 21:35:28 +0000
commitca43788dbfc82e1e766cc54f73dbf2d13dbaabfd (patch)
tree7c950af17ef5e0cba76f1fbbe18095a4cb1bbd39
parent74c810e22221e95130124559aaeb5e7a384360dc (diff)
downloadports-ca43788dbfc82e1e766cc54f73dbf2d13dbaabfd.tar.gz
ports-ca43788dbfc82e1e766cc54f73dbf2d13dbaabfd.zip
games/agame: fix WWW
Change archive WWW link to the point where it replies with HTTP 200 rather than 500.
-rw-r--r--games/agame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/agame/Makefile b/games/agame/Makefile
index f0855290fa29..b5f6dd100d1a 100644
--- a/games/agame/Makefile
+++ b/games/agame/Makefile
@@ -8,7 +8,7 @@ DISTNAME= game-src-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Simple Tetris-like game
-WWW= https://web.archive.org/web/20190410210052/http://zevv.nl/play/code/game/
+WWW= https://web.archive.org/web/20170226223853/http://zevv.nl/play/code/game/
LICENSE= GPLv2+