summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2006-01-10 03:48:42 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2006-01-10 03:48:42 +0000
commitf9752fe13fa667ff7f755ff8dd17eac9f3776630 (patch)
tree2ae86f452d6a4ba679dcc7e61b95c3339109f704
parent666822f2549cb4cee524cd428fe9ea946e16c97f (diff)
Notes
-rw-r--r--share/man/man7/release.712
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index 651c18cf0fb6..6eaa274ea887 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -283,6 +283,18 @@ instead of that directory being populated by a CVS checkout.
For
.Dq Li "rerelease" ,
this will NOT be copied; cvs update will be used instead.
+.It Va EXTDOCDIR
+The directory specified by this variable will be copied into
+.Pa ${CHROOTDIR}/usr/doc .
+For
+.Dq Li "rerelease" ,
+this will NOT be copied; cvs update will be used instead.
+.It Va EXTPORTSDIR
+The directory specified by this variable will be copied into
+.Pa ${CHROOTDIR}/usr/ports .
+For
+.Dq Li "rerelease" ,
+this will do NOTHING.
.It Va KERNEL_FLAGS
The contents of this variable are passed to
.Xr make 1