diff options
author | 2000-12-10 02:50:07 +0000 | |
---|---|---|
committer | 2000-12-10 02:50:07 +0000 | |
commit | db800f6bd3ffa07ac44999426ce6801011ef75e4 (patch) | |
tree | 02e16f352250abaca1004664562d4eda079457c0 | |
parent | ignore filesystems marked "xx"; os@atina.ar (diff) | |
download | wireguard-openbsd-db800f6bd3ffa07ac44999426ce6801011ef75e4.tar.xz wireguard-openbsd-db800f6bd3ffa07ac44999426ce6801011ef75e4.zip |
Recursive makes are no longer a problem, since make now has the
POSIXly-correct behavior.
COMMENT is adjusted for flavors, DESCR is not (and this is intentional).
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d90c0b7231a..8951b434370 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.19 2000/12/01 16:29:32 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.20 2000/12/10 02:50:07 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1045,9 +1045,6 @@ ${FAKE_FLAGS} is used to set variables on .Xr make 1 command line, which will override the port Makefile contents. Thus, a port that mentions DESTDIR= does not need any patch to work with fake. -.Pp -Recursive makes are a problem, and will often need FAKE_FLAGS to be changed -to ensure that the right values are passed down to submakes. .Sh FLAVORS AND MULTI_PACKAGES Starting with .Ox 2.7 , @@ -1085,7 +1082,7 @@ This is not yet supported for dependencies. .Pp Finally, packing information will use templates with the canonical package extension if they are available: if FLAVOR='option1 option2' and both -DESCR and DESCR-option1-option2 are available, DESCR-option1-option2 will +COMMENT and COMMENT-option1-option2 are available, COMMENT-option1-option2 will be used. .Pp If a port can generate several useful packages, set MULTI_PACKAGES |