diff options
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b61d45e4878..4b8a0dc566a 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.351 2012/08/18 08:04:28 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.352 2012/08/22 13:54:01 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 18 2012 $ +.Dd $Mdocdate: August 22 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -399,6 +399,7 @@ for details. .It Ar makesum Create the ${CHECKSUM_FILE} list of recorded checksums by running the cryptographic fingerprints sha256, sha1, md5 and rmd160 on ${MAKESUMFILES}. +That normally includes ${DISTFILES}, ${SUPDISTFILES} and ${PATCHFILES}. .Ev NO_CHECKSUM can be used to avoid all checksumming steps. .It Ar manpages-check @@ -1343,8 +1344,12 @@ to .Sq :9 appended to select a different .Ev MASTER_SITES . -See also -.Ev SUPDISTFILES . +If ${DISTFILES} varies depending on FLAVORS or architecture, +use +.Ev SUPDISTFILES +to ensure distfiles mirroring and +.Ar makesum +proper operation. .It Ev DISTNAME Name used to identify the port. See |