diff options
author | Philipp Ost <bsd@philippost.de> | 2022-11-22 20:25:25 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-11-22 20:39:57 +0000 |
commit | 640d426e19354194686dd8704af4e146306e4a16 (patch) | |
tree | 0cf8b8f3bda671ff38d7dcf8c95d1659f63dac83 | |
parent | 29962a76e8c81d093592494df173f2f246e29402 (diff) | |
download | ports-640d426e19354194686dd8704af4e146306e4a16.tar.gz ports-640d426e19354194686dd8704af4e146306e4a16.zip |
devel/cargo-c: fix typo in package description
-rw-r--r-- | devel/cargo-c/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cargo-c/pkg-descr b/devel/cargo-c/pkg-descr index ae25ae113cff..6ce2b4810047 100644 --- a/devel/cargo-c/pkg-descr +++ b/devel/cargo-c/pkg-descr @@ -1,4 +1,4 @@ -cargo applet to build and install C-ABI compatibile dynamic and static +cargo applet to build and install C-ABI compatible dynamic and static libraries. It produces and installs a correct pkg-config file, a static library |