summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2003-07-05 21:50:36 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2003-07-05 21:50:36 +0000
commit9364180cb74656ee33c9dfc24ada6b66bd4b141b (patch)
treef727e3dc048a3e1c390a3d395c91ca56f521ac14 /share/man
parent0178a8369100365294f0eaec243ea5b7d0b0237b (diff)
fix inaccuracy in obsolete NO_CONFIGURE variable description
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/bsd.port.mk.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 452fe9a9e35..5dbe47c1c78 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.93 2003/07/01 10:00:29 jmc Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.94 2003/07/05 21:50:35 pvalchev Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -1345,7 +1345,7 @@ 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
+If ${CONFIGURE_SCRIPT} does not exist, no automatic configuration will
be done anyway.
.It Ev NO_EXTRACT
Set EXTRACT_ONLY= instead.