diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-04 00:14:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-04 00:14:13 +0000 |
commit | e7c059370ca0e98c6926b8468d23cee9a615c1d4 (patch) | |
tree | 518bd9600a37ff097a4f7bb1ca103ed5b1b1129c | |
parent | b19ceb87d797c912519a0749f6211bfbf438e5da (diff) |
tweaks;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 43713a0e6df..02e32eeff57 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.179 2006/11/03 17:14:12 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.180 2006/11/04 00:14:12 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -2076,7 +2076,7 @@ There is no reason for the semantic distinction, use .Ev FILESDIR for those. .It Ev SCRIPTS_ENV -Used to contain the Environment for invoking various scripts. +Used to contain the environment for invoking various scripts. .Ev CONFIGURE_ENV and .Ev MAKE_ENV @@ -2110,7 +2110,8 @@ to match other BSD, and save directories. Identical functionality can be obtained through a {pre,do,post}-* target, invoking the script manually if necessary. .It Pa ${SCRIPTDIR}/configure -No longer invoked automatically. Just inline the instructions in +No longer invoked automatically. +Just inline the instructions in .Ar do-configure in the Makefile, or put the script in ${FILESDIR} and invoke it. |