diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-25 11:30:17 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-25 11:30:17 +0000 |
commit | 123917f35fbe3b26d56936d2a0194c7c3d9d6752 (patch) | |
tree | 051d7a559686652ad56f8e77dfaf0a961c50c84a /Mk/bsd.port.mk | |
parent | 3eca62ff9caf64b84c224a315d080463f712ef3a (diff) | |
download | ports-123917f35fbe3b26d56936d2a0194c7c3d9d6752.tar.gz ports-123917f35fbe3b26d56936d2a0194c7c3d9d6752.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 8 |
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, |