svn commit: r334828 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Mon Nov 25 11:30:18 UTC 2013


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 at 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,


More information about the svn-ports-all mailing list