mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08: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
@ -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 New Issue
Block a user