From 958b4b42cbacbc81c998fe7fb843e5a319b86c35 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 26 Jul 2008 11:31:03 +0000 Subject: [PATCH] note that fetch hooks are a real bad idea --- share/man/man5/bsd.port.mk.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 9d68c80a7a4..be8b74ee0e7 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.220 2008/07/26 11:05:32 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.221 2008/07/26 11:31:03 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -279,6 +279,10 @@ which will also retrieve .Ev SUPDISTFILES , to fill with supplementary distribution files which are not needed for every configuration. +Use of +.Ar {pre,do,post}-fetch +hooks is strongly discouraged, and will probably be removed in the +near future, as this makes mirroring of distfiles very complicated. See .Ev CHECKSUMFILES , .Ev CDROM_SITE , -- 2.20.1