Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 06:44:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258821] [NEW PORT] games/wordsearch: Classic word search game that you can play in your terminal
Message-ID:  <bug-258821-7788-qWbL9iHvZB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258821-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258821-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258821

--- Comment #10 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Some more small fixes/changes:

1. portclippy Makefile: alphabetical order
---
# Standard bsd.port.mk variables
+NO_ARCH
NO_BUILD
-NO_ARCH
---

2. do-install: block:

- Use ${WRKSRC} instead of ${CONFIGURE_WRKSRC}

- install manpages in $[PREFIX}/share/man
See CHANGES:
---
20200115:
AUTHOR: bapt@FreeBSD.org

  ${PREFIX}/share/man is now a valid location for manpages ${PREFIX}/man be=
ing
  considered as deprecated.
---

3. Correct wordsearch path in manunal file:
man wordsearch:
---
NAME
       wordsearch - Classic word search game that you can play in your
       terminal

SYNOPSIS
       /usr/games/wordsearch
---
IMO I'd delete /usr/games path and use only the program name or use ${PREFI=
X}:
---
SYNOPSIS
       wordsearch
---
A simple {REINPLACE_CMD} will do the job

Cheers

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258821-7788-qWbL9iHvZB>