The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=7d529b1c8fb53156e3bfa97698cb1baa29b26099
commit 7d529b1c8fb53156e3bfa97698cb1baa29b26099 Author: John Baldwin <j...@freebsd.org> AuthorDate: 2025-03-07 16:45:25 +0000 Commit: John Baldwin <j...@freebsd.org> CommitDate: 2025-03-07 16:57:40 +0000 Makefile.inc1: Correct comment for an .endif Fixes: 0026fec57dfd ("Differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases.") --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 75fcbc0bf968..0b4167790133 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -594,7 +594,7 @@ EXTRA_REVISION= p${_BRANCH:C/.*-p([0-9]+$)/\1/} .if !defined(PKG_VERSION) PKG_VERSION:= ${_PKG_REVISION}${EXTRA_REVISION:C/[[:space:]]//g} .endif -.endif # !defined(PKG_VERSION) +.endif # !defined(_MKSHOWCONFIG) .if !defined(PKG_TIMESTAMP) .if !empty(GIT_CMD) && exists(${GIT_CMD}) && exists(${SRCDIR}/.git)