Skip to content

Commit eb7a9cd

Browse files
committed
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).
1 parent fe3caa1 commit eb7a9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.shlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ endif # PORTNAME == cygwin || PORTNAME == win32
396396
echo >>$@
397397
echo 'Name: lib$(NAME)' >>$@
398398
echo 'Description: PostgreSQL lib$(NAME) library' >>$@
399-
echo 'Url: $(PACKAGE_URL)' >>$@
399+
echo 'URL: $(PACKAGE_URL)' >>$@
400400
echo 'Version: $(VERSION)' >>$@
401401
echo 'Requires: ' >>$@
402402
echo 'Requires.private: $(PKG_CONFIG_REQUIRES_PRIVATE)' >>$@

0 commit comments

Comments
 (0)