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/grhino | |
parent | 67709e7e3fc1bfeb7e56439adc453d35d3bb6d46 (diff) | |
download | pkgsrc-a98f9d57038f86c7132ae0ee41b1e32e28be95d3.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'games/grhino')
-rw-r--r-- | games/grhino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 67473653a00..bb60e9c3d13 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2020/03/10 22:09:53 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2020/03/20 11:57:41 nia Exp $ # DISTNAME= grhino-0.16.1 @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://rhino.sourceforge.net/ +HOMEPAGE= http://rhino.sourceforge.net/ COMMENT= Othello (Reversi) engine USE_LANGUAGES= c c++ |