Makefile.inc1: Correct comment for an .endif

Fixes:		0026fec57d ("Differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases.")
This commit is contained in:
John Baldwin
2025-03-07 11:45:25 -05:00
parent ef446a8065
commit 7d529b1c8f
+1 -1
View File
@@ -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)