summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2003-07-09 10:37:51 +0000
committerespie <espie@openbsd.org>2003-07-09 10:37:51 +0000
commit953497e1a4ead79fce1f68acaa52be35fcbd2651 (patch)
tree7b126a2359d6bb32a94681159cca68c2c7c780b3
parent-u option, remove manpages, symetrical to -d. (diff)
downloadwireguard-openbsd-953497e1a4ead79fce1f68acaa52be35fcbd2651.tar.xz
wireguard-openbsd-953497e1a4ead79fce1f68acaa52be35fcbd2651.zip
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.