summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 21:46:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 21:46:39 +0000
commit4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb (patch)
treeb8ffa3f10fddf28d29b5db0bcf728abd1b2e10a4
parentUpgrade to 0.98. (diff)
Fix a typo and slightly expand to match my latest changes.
Submitted by: olgeni
-rw-r--r--devel/pkg-config/pkg-descr7
-rw-r--r--devel/pkgconfig/pkg-descr7
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/pkg-config/pkg-descr b/devel/pkg-config/pkg-descr
index e65c9fb28df1..283b288796f8 100644
--- a/devel/pkg-config/pkg-descr
+++ b/devel/pkg-config/pkg-descr
@@ -4,9 +4,10 @@ or more libraries.
pkg-config retrieves information about packages from special metadata files.
These files are named after the package, with the extension .pc. By default,
-pkg-config looks in the directory ${PREFIX}/libata/pkgconfig for these files;
-it will also look in the list of directories specified by the PKG_CONFIG_PATH
-environment variable.
+pkg-config looks in the following directories: ${PREFIX}/libdata/pkgconfig,
+${LOCALBASE}/libdata/pkgconfig and ${X11BASE}/libdata/pkgconfig for these
+files; it will also look in the list of directories specified by the
+PKG_CONFIG_PATH environment variable.
The package name specified on the pkg-config command line is defined to be the
name of the metadata file, minus the .pc extension. If a library can install
diff --git a/devel/pkgconfig/pkg-descr b/devel/pkgconfig/pkg-descr
index e65c9fb28df1..283b288796f8 100644
--- a/devel/pkgconfig/pkg-descr
+++ b/devel/pkgconfig/pkg-descr
@@ -4,9 +4,10 @@ or more libraries.
pkg-config retrieves information about packages from special metadata files.
These files are named after the package, with the extension .pc. By default,
-pkg-config looks in the directory ${PREFIX}/libata/pkgconfig for these files;
-it will also look in the list of directories specified by the PKG_CONFIG_PATH
-environment variable.
+pkg-config looks in the following directories: ${PREFIX}/libdata/pkgconfig,
+${LOCALBASE}/libdata/pkgconfig and ${X11BASE}/libdata/pkgconfig for these
+files; it will also look in the list of directories specified by the
+PKG_CONFIG_PATH environment variable.
The package name specified on the pkg-config command line is defined to be the
name of the metadata file, minus the .pc extension. If a library can install