Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 15:27:05 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413211 - head/Mk
Message-ID:  <201604131527.u3DFR5KE088718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Apr 13 15:27:05 2016
New Revision: 413211
URL: https://svnweb.freebsd.org/changeset/ports/413211

Log:
  bsd.port.mk: sync INSTALL_* comments with Porter's Handbook
  
  PR:		197613
  Approved by:	portmgr (mat)

Modified:
  head/Mk/bsd.port.mk   (contents, props changed)

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Apr 13 14:35:46 2016	(r413210)
+++ head/Mk/bsd.port.mk	Wed Apr 13 15:27:05 2016	(r413211)
@@ -546,8 +546,8 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 # INSTALL_LIB	- As INSTALL_DATA, but also strips the file.
 # INSTALL_SCRIPT
 #				- A command to install executable scripts.
-# INSTALL_DATA	- A command to install sharable data.
-# INSTALL_MAN	- A command to install manpages.
+# INSTALL_DATA	- A command to install sharable data and static libs.
+# INSTALL_MAN	- A command to install manpages and documentation.
 # COPYTREE_BIN
 # COPYTREE_SHARE
 #				- Similiar to INSTALL_PROGRAM and INSTALL_DATA commands but



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604131527.u3DFR5KE088718>