diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-12-09 05:35:24 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-12-09 05:35:24 +0000 |
commit | 3aef14d77c7c33cf016002e8aa659bafd7a7e0d1 (patch) | |
tree | 89de869b020d9ea24ea5087095719c9c525fbb94 /share | |
parent | af379b79f58478bd0242b82e0ed7f31bf1f6502d (diff) |
document MODGNU_CONFIG_GUESS_DIRS here, ok espie
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b96856e2f33..1828e13c3bb 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.57 2001/11/17 10:44:28 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.58 2001/12/09 05:35:23 pvalchev Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -396,6 +396,9 @@ If .Sq simple , there is a configure script, but it does not fit the normal gnu configure conventions. +.It Ev MODGNU_CONFIG_GUESS_DIRS +If a port uses config.guess outside WRKSRC, the directories +containing the other copies must be set here. .It Ev COPTS Supplementary options appended to ${CFLAGS} for building. Since most ports ignore the COPTS convention, they are actually told to use |