diff options
author | 2012-04-04 15:58:21 +0000 | |
---|---|---|
committer | 2012-04-04 15:58:21 +0000 | |
commit | de0fa1e25fde370a357e97b2fb09b39d98af0345 (patch) | |
tree | d1795a74ae075bb13c9b6a0946488b193a775fb2 /share/man/man5 | |
parent | Honour CFLAGS in nginx build, discussed with robert@ (diff) | |
download | wireguard-openbsd-de0fa1e25fde370a357e97b2fb09b39d98af0345.tar.xz wireguard-openbsd-de0fa1e25fde370a357e97b2fb09b39d98af0345.zip |
It's @option no-default-conflict not option @no-default-conflict
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 63501726450..3dfeb2dbfb6 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.332 2012/03/22 14:12:00 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.333 2012/04/04 15:58:21 landry Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2012 $ +.Dd $Mdocdate: April 4 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2855,7 +2855,7 @@ which obviously won't exist under at the time .Li make package is run. -.It "Warning: option @no-default-conflict with no @conflict" +.It "Warning: @option no-default-conflict with no @conflict" Warning message comes from .Xr pkg_create 1 . Most packages that waive "default-conflict" will have explicit conflict markers |