mirror of
https://github.com/postgres/postgres.git
synced 2026-04-04 00:36:17 -04:00
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:
parent
fe3caa1439
commit
eb7a9cd459
1 changed files with 1 additions and 1 deletions
|
|
@ -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)' >>$@
|
||||
|
|
|
|||
Loading…
Reference in a new issue