diff options
author | nia <nia@pkgsrc.org> | 2019-07-18 15:06:50 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-18 15:06:50 +0000 |
commit | 91e5a1a361c7e20cca32c57d95639d4a4432d6aa (patch) | |
tree | 18c84b638cd4d8877202f173b860005f56e9f49b | |
parent | 8cd226447f8567d8af6d6c8ec51bf59f4503f698 (diff) | |
download | pkgsrc-91e5a1a361c7e20cca32c57d95639d4a4432d6aa.tar.gz |
frotz: Fix typo in HOMEPAGE
-rw-r--r-- | games/frotz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 52ff7e7a597..2f318bc01c4 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.33 2019/07/18 11:54:26 nia Exp $ +# $NetBSD: Makefile,v 1.34 2019/07/18 15:06:50 nia Exp $ DISTNAME= frotz-2.44 CATEGORIES= games MASTER_SITES= https://gitlab.com/DavidGriffith/frotz/-/archive/${PKGVERSION_NOREV}/ MAINTAINER= seebs@plethora.net -HOMEPAGE= https://davidgriffith.gitlab.io/frotz/j +HOMEPAGE= https://davidgriffith.gitlab.io/frotz/ COMMENT= Curses-based interpreter for Infocom-compatible games LICENSE= gnu-gpl-v2 |