aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2013-11-25 19:30:17 +0800
committergerald <gerald@FreeBSD.org>2013-11-25 19:30:17 +0800
commit780e153d17fa6fcf0195515d669792253fa46be3 (patch)
tree051d7a559686652ad56f8e77dfaf0a961c50c84a /Mk
parent3a369e7ff1f1be13cffce1b7b82ff803218f3a2a (diff)
downloadfreebsd-ports-gnome-780e153d17fa6fcf0195515d669792253fa46be3.tar.gz
freebsd-ports-gnome-780e153d17fa6fcf0195515d669792253fa46be3.tar.zst
freebsd-ports-gnome-780e153d17fa6fcf0195515d669792253fa46be3.zip
Expand the description of PKGNAMESUFFIX to also cover its use as a
version designator. Approved by: portmgr (bapt)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e2bf26cb0a47..3cfca9bab402 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -68,9 +68,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# Do not define this in your Makefile.
# PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc.
# Optional.
-# PKGNAMESUFFIX - Suffix to specify compilation options. Optional.
-# PKGVERSION - Always defined as
-# ${PORTVERSION}.
+# PKGNAMESUFFIX - Suffix to specify compilation options or a version
+# designator (in case there are different versions of
+# one port as is the case for Tcl).
+# Optional.
+# PKGVERSION - Always defined as ${PORTVERSION}.
# Do not define this in your Makefile.
# UNIQUENAME - A name for your port that is globally unique. By default,
# this is set to ${LATEST_LINK} when LATEST_LINK is set,