diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-03-16 04:00:59 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-03-16 04:00:59 +0000 |
commit | e5864ac065e3c726a345447df0c1ea6b267ca260 (patch) | |
tree | 1958882e1c20c5da075dbd1a932fd5e4401498de /share | |
parent | 90563b7f5ecff0994d9673e48e9ad7535acddad8 (diff) |
deprecate USE_BZIP2 & USE_ZIP
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 0cad79bd2f0..9244e7e740e 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.26 2001/03/06 19:00:18 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.27 2001/03/16 04:00:58 brad Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -749,12 +749,6 @@ Base location for the templates used in the target. .It Ev UNZIP Name of the unzip binary. -.It Ev USE_BZIP2 -Set to Yes if port needs bzip2 to build properly. -This is automatic if EXTRACT_ONLY holds files matching *.bzip2. -.It Ev USE_ZIP -Set to Yes if port needs zip to build properly. -This is automatic if EXTRACT_ONLY holds files matching *.zip. .It Ev WRKBUILD Subdirectory of ${WRKDIR} where the actual build occurs. Defaults to ${WRKSRC}, unless SEPARATE_BUILD is involved, in which case @@ -886,6 +880,18 @@ instead. Likewise, use .Ev EXTRACT_CASES instead. +.It Ev USE_BZIP2 +Use +.Ev EXTRACT_SUFX +or +.Ev EXTRACT_CASES +instead. +.It Ev USE_ZIP +Use +.Ev EXTRACT_SUFX +or +.Ev EXTRACT_CASES +instead. .It Ev GNU_CONFIGURE Use .Ev CONFIGURE_STYLE |