The textproc/aspell port has the DOCS option explicitly stated in its OPTIONS_DEFINE. However, it does not utilize the option at all. The file contents of the packages with or without the option enabled are identical. The option should ideally be removed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=09b65d60120f8d75a7d799e4f8ea02468334d3e7 commit 09b65d60120f8d75a7d799e4f8ea02468334d3e7 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-01-31 04:38:02 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-01-31 04:38:02 +0000 textproc/aspell: garbage-collect DOCS option (now useless) As of r332672, manpages are always installed and condition .if ${PORT_OPTIONS:MDOCS} had been removed; since the port does not install any other documentation, drop it from the option list as well. While here, sort INFO alphabetically and GC the linking gimmick added for version 0.50.4.1 back in 2003 (r94146, now commit ed1d8c2ac3336): these days, it builds and links fine regardless of the optimization level. PR: 252357 Fixes: f027257d68fb6 textproc/aspell/Makefile | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-)
Option had been removed, thanks for noticing!