summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-07-09 10:37:52 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-07-09 10:37:52 +0000
commit1b33e2ad20dbee6b6f23b7da925cbc79742eb323 (patch)
tree1f1f029c3a174d65c56c2223823d341eba92a7f4
parentb8f4e0d017ea910596bdc823909a18ebd5252add (diff)
Better formulation for USE_BZIP2/USE_ZIP.
Add SYSCONFDIR to the list of variables not heeded consistently.
-rw-r--r--share/man/man5/bsd.port.mk.521
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.