diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index ad19a7d6bf2..a0200f84263 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.95 2003/07/09 06:05:08 pvalchev Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.96 2003/07/09 10:37:51 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1283,17 +1283,13 @@ Likewise, use .Ev EXTRACT_CASES instead. .It Ev USE_BZIP2 -Use -.Ev EXTRACT_SUFX -or -.Ev EXTRACT_CASES -instead. +The framework will automatically detect the presence of +.Pa .tar.bz2 +files to extract. .It Ev USE_ZIP -Use -.Ev EXTRACT_SUFX -or -.Ev EXTRACT_CASES -instead. +The framework will automatically detect the presence of +.Pa .zip +files to extract. .It Ev GNU_CONFIGURE Use .Ev CONFIGURE_STYLE @@ -1728,7 +1724,8 @@ improvements. .\" AUTOCONF_ENV: probably not needed anyway, should be internal. .Sh BUGS AND LIMITATIONS .Ev LOCALBASE , -.Ev X11BASE +.Ev X11BASE , +.Ev SYSCONFDIR and .Ev PREFIX are not heeded consistently. |