aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-11-08 13:10:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-11-08 13:12:25 +0000
commit7f5e93027a7200768ccaf1096af70cf657bbaed1 (patch)
tree3ae42145139027d6b05dc4c218c84419138077bb /Mk
parentac4340bd3ca9c8ebe6e55a248151782b40ba8362 (diff)
downloadports-7f5e93027a7200768ccaf1096af70cf657bbaed1.tar.gz
ports-7f5e93027a7200768ccaf1096af70cf657bbaed1.zip
Mk/bsd.port.mk: fix misleading comment
PR: 258726 Reported by: jamie@catflap.org
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
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.