git: 5c8958d6933c - main - games/greed: Clean adoc tags in README installed file

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 21 Mar 2026 16:29:20 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c8958d6933cdfb1f2d7b3e6f5676ecce9fd006b

commit 5c8958d6933cdfb1f2d7b3e6f5676ecce9fd006b
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-03-21 16:27:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-03-21 16:29:05 +0000

    games/greed: Clean adoc tags in README installed file
    
    Reported by:    diizzy
---
 games/greed/Makefile               |  1 +
 games/greed/files/patch-greed.adoc | 52 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/games/greed/Makefile b/games/greed/Makefile
index f4e7936ed631..c6102eb34cdb 100644
--- a/games/greed/Makefile
+++ b/games/greed/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	greed
 DISTVERSION=	4.4
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://catb.org/~esr/greed/
 PKGNAMESUFFIX=	-game
diff --git a/games/greed/files/patch-greed.adoc b/games/greed/files/patch-greed.adoc
new file mode 100644
index 000000000000..e3d686e3ad44
--- /dev/null
+++ b/games/greed/files/patch-greed.adoc
@@ -0,0 +1,52 @@
+--- greed.adoc.orig	2026-02-26 13:04:03 UTC
++++ greed.adoc
+@@ -1,16 +1,9 @@
+-= greed(6) =
+-:doctype: manpage
+-
+-// spellcheck: add hjklyubn Num GREEDOPTS usr greedscores ESR's
+-// spellcheck: add cn Ctrl-L
+-
+ == NAME ==
+ greed - eat a game field until you run out of moves
+ 
+ == SYNOPSIS ==
+ greed [-s] [-w width] [-h height] [-f] [-p] [-r seed]
+ 
+-[[description]]
+ == DESCRIPTION ==
+ 
+ The object of Greed is to erase as much of the screen as
+@@ -50,7 +43,6 @@ With the -s option, output the hight score file
+ 
+ With the -s option, output the hight score file
+ 
+-[[environment]]
+ == ENVIRONMENT ==
+ The environment variable GREEDOPTS can override the default
+ color set, which will be parsed as a string of the form:
+@@ -80,22 +72,17 @@ defined.
+ defined.
+ 
+ 
+-[[files]]
+ == FILES ==
+-/usr/lib/games/greed.hs::
++/usr/lib/games/greed.hs
+    Default location of Greed high scores.
+-~/.greedscores::
++~/.greedscores
+    Where they're put if the default location cannot be written to..
+ 
+-[[authors]]
+ == AUTHORS == Originally written
+ Written by Matt Day.  Maintained by <esr@snark.thyrsus.com>. See ESR's home
+ page at http://www.catb.org/~esr/ for
+ updates and other resources.
+ 
+-[[bugs]]
+ == BUGS ==
+ This really ought to be an X game, but that would have been too much
+ like work.
+-
+-// end