diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-07-08 17:32:59 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-07-08 17:32:59 +0000 |
commit | b14df966647ea6be5205b8a212924065b05d6a5b (patch) | |
tree | 5d93c788b7b234fe663e070bfdba665eb5de74be | |
parent | be574dafcb05554a387bc57024f3b4068f0e162f (diff) |
zap weird precision (if provided) that's not really relevant to anything
-rw-r--r-- | usr.bin/pkg-config/pkg-config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config.1 b/usr.bin/pkg-config/pkg-config.1 index 5f9a3a67970..43641ffcf74 100644 --- a/usr.bin/pkg-config/pkg-config.1 +++ b/usr.bin/pkg-config/pkg-config.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg-config.1,v 1.27 2012/07/08 08:53:37 ajacoutot Exp $ +.\" $OpenBSD: pkg-config.1,v 1.28 2012/07/08 17:32:58 espie Exp $ .\" .\" Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org> .\" @@ -42,7 +42,7 @@ Libraries from base install their metadata in .Pa /usr/lib/pkgconfig ; packages controlled by the .Xr ports 7 -system store their metadata, if provided, in +system store their metadata in .Pa ${LOCALBASE}/lib/pkgconfig and .Pa ${LOCALBASE}/share/pkgconfig ; |