Tiny capitalization adjustment in pkg-config files
authorPeter Eisentraut <[email protected]>
Wed, 6 Jul 2022 08:32:40 +0000 (10:32 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 6 Jul 2022 08:35:33 +0000 (10:35 +0200)
This makes the output match that produced by meson (and also matches
other packages and pkg-config's own documentation better).

src/Makefile.shlib

index d0ec325bf15ec7f9cde3088d7ff5160070ce2c18..82b336fff3e54b7bd8c991d7877fb14b213ae0c2 100644 (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)' >>$@