summaryrefslogtreecommitdiff
path: root/share/man/man5/bsd.port.mk.5
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-07-06 09:30:15 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-07-06 09:30:15 +0000
commit23a8ab4b588d099a0a364d82263a8195711a862e (patch)
tree3d18ab3b72167ba1606598c2532a74fb0c379db4 /share/man/man5/bsd.port.mk.5
parent0907e8ed08b95d0b0d42921efa4caa5611f214f5 (diff)
Move NEED_VERSION to "obsolete variables" section and describe
briefly what it used to be for.
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r--share/man/man5/bsd.port.mk.515
1 files changed, 7 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 3c88e233bb5..7f2314c4019 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.71 2002/06/19 11:40:33 mpech Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.72 2002/07/06 09:30:14 pvalchev Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -731,13 +731,6 @@ See
.Qq Flavors and multi-packages
below.
.Pp
-.It Ev NEED_VERSION
-Specific revision of
-.Nm
-needed by this ports tree.
-Usually set to the current version of
-.Nm
-when port was built, and updated by port maintainers when needed.
.It Ev NOT_FOR_ARCHS
List of architectures on which this port does not build.
See also
@@ -1246,6 +1239,12 @@ and
to determine which files can be mirrored instead.
See
.Xr mirroring-ports 7 .
+.It Ev NEED_VERSION
+Used to set a requirement on a specific revision of
+.Nm
+needed by a port. No longer needed as
+.Nm
+should always be kept up-to-date.
.It Ev NO_CONFIGURE
If ${FILESDIR}/configure does not exist, no automatic configuration will
be done anyway.