diff options
author | 2007-12-21 19:24:50 +0000 | |
---|---|---|
committer | 2007-12-21 19:24:50 +0000 | |
commit | 515d8446ff550a38d23dfdf15ee62e816e2cfcce (patch) | |
tree | c63faa501407a54e999bd5e47664b0f6cbc3fcfb | |
parent | Don't panic if someone inserts a CardBus slot for which we disabled CardBus (diff) | |
download | wireguard-openbsd-515d8446ff550a38d23dfdf15ee62e816e2cfcce.tar.xz wireguard-openbsd-515d8446ff550a38d23dfdf15ee62e816e2cfcce.zip |
remove trailing whitespace;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
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 4541f7556dc..be42371bacd 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.203 2007/12/21 16:53:05 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.204 2007/12/21 19:24:50 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -773,7 +773,7 @@ Set to name of script invoked by target, if appropriate. Should be either an absolute path, or relative to ${WRKSRC}. .It Ev CONFIGURE_SHARED -Set by default to --enable-shared or --disable-shared, depending on whether +Set by default to --enable-shared or --disable-shared, depending on whether the architecture supports shared libraries. Should be appended to CONFIGURE_ARGS, for ports that build dynamic libraries and whose configure script supports these options. |