diff options
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 698722ca5cf..64190905e13 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.447 2017/02/18 14:29:23 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.448 2017/02/18 14:36:24 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -121,11 +121,6 @@ Specialization hooks exist for .Cm patch , .Cm test . See individual targets for exceptions. -.It Cm addsum -Complete the ${CHECKSUM_FILE} record of checksums with files that have been -added since -.Cm makesum . -Complain if anything does not match. .It Cm all-lib-depends-args Process the full .Ev LIB_DEPENDS @@ -1232,7 +1227,6 @@ See also .Ev MAKESUMFILES . .It Ev CHECKSUM_FILE Location for this port's checksums, used by -.Cm addsum , .Cm checksum , and .Cm makesum . @@ -2056,10 +2050,7 @@ Set to .Sq Yes to avoid .Cm checksum , -.Cm makesum , -and -.Cm addsum -actions entirely. +entirely. Beware of the full implications of this mechanism, namely that it disables the basic authentication mechanisms of the ports tree entirely. .It Ev NO_DEPENDS @@ -3714,6 +3705,11 @@ situation, where all these files will automatically default to the non-flavor version if there is no flavor-specific file around. .Sh OBSOLETE TARGETS .Bl -tag -width Ds +.It Cm addsum +Used for direct fiddling with +.Pa distinfo , +made obsolete by the correct use of +.Ev SUPDISTFILES . .It Cm cdrom-packages , ftp-packages Links are now created during the .Cm package |