From: Peter Eisentraut Date: Wed, 6 Jul 2022 08:32:40 +0000 (+0200) Subject: Tiny capitalization adjustment in pkg-config files X-Git-Tag: REL_16_BETA1~2339 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=eb7a9cd459736f29c5d091cf1bf59842ec9c7175;p=postgresql.git 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). --- diff --git a/src/Makefile.shlib b/src/Makefile.shlib index d0ec325bf15..82b336fff3e 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -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)' >>$@