diff options
author | Peter Eisentraut | 2022-07-06 08:32:40 +0000 |
---|---|---|
committer | Peter Eisentraut | 2022-07-06 08:35:33 +0000 |
commit | eb7a9cd459736f29c5d091cf1bf59842ec9c7175 (patch) | |
tree | b7d029f22ab8ce3af7aeec04d5f04b4b48966015 /src | |
parent | fe3caa1439378830d13423939b13e39d5afa8cf0 (diff) |
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).
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.shlib | 2 |
1 files changed, 1 insertions, 1 deletions
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)' >>$@ |