diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-07-26 11:31:04 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-07-26 11:31:04 +0000 |
commit | 9268ba740f9de1e637d7b806ec367169723abe22 (patch) | |
tree | 56dfdfacd2b597fef34bbf33671124e7c7f00b42 /share | |
parent | b948137b1ec45ceab6765c935cae48f68c58ecd9 (diff) |
note that fetch hooks are a real bad idea
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 5 insertions, 1 deletions
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 , |