svn commit: r222739 - stable/8/share/man/man7

Benedict Reuschling bcr at FreeBSD.org
Mon Jun 6 07:15:19 UTC 2011


Author: bcr (doc committer)
Date: Mon Jun  6 07:15:19 2011
New Revision: 222739
URL: http://svn.freebsd.org/changeset/base/222739

Log:
  MFC r222492:
  
  Add a short description about NO_CHECKSUM.
  
  PR:		docs/155980
  Submitted by	KOIE Hidetaka (koie at suri co jp)

Modified:
  stable/8/share/man/man7/ports.7   (contents, props changed)

Modified: stable/8/share/man/man7/ports.7
==============================================================================
--- stable/8/share/man/man7/ports.7	Mon Jun  6 07:14:29 2011	(r222738)
+++ stable/8/share/man/man7/ports.7	Mon Jun  6 07:15:19 2011	(r222739)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 25, 2011
+.Dd May 30, 2011
 .Dt PORTS 7
 .Os
 .Sh NAME
@@ -479,6 +479,8 @@ Of course, these ports may not work as e
 what you are doing and are sure about installing a forbidden port, then
 .Va NO_IGNORE
 lets you do it.
+.It Va NO_CHECKSUM
+If defined, skip verifying the port's checksum.
 .It Va TRYBROKEN
 If defined, attempt to build a port even if it is marked as
 .Aq Va BROKEN .


More information about the svn-src-stable-8 mailing list