diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:22 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:22 +0000 |
commit | a98f9d57038f86c7132ae0ee41b1e32e28be95d3 (patch) | |
tree | da4bd52fe03a5e9c5b21b56e271fcb6fef42c1b8 /games/gltron | |
parent | 67709e7e3fc1bfeb7e56439adc453d35d3bb6d46 (diff) | |
download | pkgsrc-a98f9d57038f86c7132ae0ee41b1e32e28be95d3.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 3fd16e9162d..b350f183306 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/01/18 23:32:01 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/20 11:57:41 nia Exp $ # DISTNAME= gltron-0.70-source @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gltron/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://gltron.sourceforge.net/ +HOMEPAGE= http://gltron.sourceforge.net/ COMMENT= 3D lightcycle game inspired by the movie Tron WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |