svn commit: r413211 - head/Mk

Jan Beich jbeich at FreeBSD.org
Wed Apr 13 15:27:06 UTC 2016


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


More information about the svn-ports-head mailing list