From 123917f35fbe3b26d56936d2a0194c7c3d9d6752 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 25 Nov 2013 11:30:17 +0000 Subject: Expand the description of PKGNAMESUFFIX to also cover its use as a version designator. Approved by: portmgr (bapt) --- Mk/bsd.port.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Mk/bsd.port.mk') 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, -- cgit v1.2.3