diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 16:20:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 16:20:25 +0000 |
commit | 7205231fc4ffaaff24e2d391672afb1180a70cb1 (patch) | |
tree | a3c643492b8866bf8d680aef92d0547d6b965e3f /share/man/man5 | |
parent | b2565581359813dd4206d3b74f25f889a85f3ced (diff) |
Document DESTDIRNAME
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3d0a1420cf8..7e2c8cb7269 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.40 2001/07/17 16:12:51 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.41 2001/07/18 16:20:24 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -332,7 +332,11 @@ gnu configure style. Add .Sq dest if port does not handle DESTDIR correctly, and needs to be configured to -add DESTDIR to prefixes. +add DESTDIR to prefixes +.Po +see also +.Ev DESTDIRNAME +.Pc . Add .Sq old if port is an older autoconf port, that does not recognize --sysconfdir. @@ -353,6 +357,8 @@ conventions. Supplementary options appended to ${CFLAGS} for building. Since most ports ignore the COPTS convention, they are actually told to use ${CFLAGS} ${COPTS} as CFLAGS. +.It Ev CXXOPTS +Supplementary options appended to ${CXXFLAGS} for building. .It Ev DEF_UMASK Correct value of umask for the port to build and package correctly. Tested against the actual umask at @@ -360,6 +366,13 @@ Tested against the actual umask at time. Default is 022. Don't override. +.It Ev DESTDIRNAME +Name of variable to set to ${WRKINST} while faking. +Usually DESTDIR. +To be used in the rare cases where a port heeds DESTDIR in a few +directories and needs to be configured with +.Sq gnu dest , +so that those few directories do not get in the way. .It Ev DISTDIR Directory where all ports distfiles and patchfiles are stashed. Defaults to |