Tiny capitalization adjustment in pkg-config files

This makes the output match that produced by meson (and also matches
other packages and pkg-config's own documentation better).
This commit is contained in:
Peter Eisentraut 2022-07-06 10:32:40 +02:00
parent fe3caa1439
commit eb7a9cd459
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ endif # PORTNAME == cygwin || PORTNAME == win32
echo >>$@
echo 'Name: lib$(NAME)' >>$@
echo 'Description: PostgreSQL lib$(NAME) library' >>$@
echo 'Url: $(PACKAGE_URL)' >>$@
echo 'URL: $(PACKAGE_URL)' >>$@
echo 'Version: $(VERSION)' >>$@
echo 'Requires: ' >>$@
echo 'Requires.private: $(PKG_CONFIG_REQUIRES_PRIVATE)' >>$@