[Bug 258821] [NEW PORT] games/wordsearch: Classic word search game that you can play in your terminal
Date: Mon, 11 Oct 2021 06:44:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258821
--- 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 being
  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 ${PREFIX}:
---
SYNOPSIS
       wordsearch
---
A simple {REINPLACE_CMD} will do the job
Cheers
-- 
You are receiving this mail because:
You are the assignee for the bug.