Date: Mon, 25 Nov 2013 11:30:17 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334828 - head/Mk Message-ID: <201311251130.rAPBUH2a010988@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Nov 25 11:30:17 2013 New Revision: 334828 URL: http://svnweb.freebsd.org/changeset/ports/334828 Log: Expand the description of PKGNAMESUFFIX to also cover its use as a version designator. Approved by: portmgr (bapt) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Nov 25 09:43:32 2013 (r334827) +++ head/Mk/bsd.port.mk Mon Nov 25 11:30:17 2013 (r334828) @@ -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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311251130.rAPBUH2a010988>