git: 7f5e93027a72 - main - Mk/bsd.port.mk: fix misleading comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 13:12:31 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f5e93027a7200768ccaf1096af70cf657bbaed1
commit 7f5e93027a7200768ccaf1096af70cf657bbaed1
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-11-08 13:10:59 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-11-08 13:12:25 +0000
Mk/bsd.port.mk: fix misleading comment
PR: 258726
Reported by: jamie@catflap.org
---
Mk/bsd.port.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3a419a69e712..40144769d967 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -63,7 +63,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# In this case, incrementing PORTEPOCH forces the revision.
# Default: 0 (no effect).
# PKGNAME - Always defined as
-# ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.
+# ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION}.
# Do not define this in your Makefile.
# PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc.
# Optional.