diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-04-16 15:55:58 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-04-16 15:58:31 +0000 |
| commit | b199a8d06eff2c85cd65ea674e4ce4da3590bc67 (patch) | |
| tree | 291c81e7df29f08b2a327bdaa019690803f0dae7 | |
| parent | 12dc3fce9880ee1f40b27f51b562105903f58ee5 (diff) | |
| -rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
| -rw-r--r-- | ports-mgmt/pkg/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index dcf6bbda3a58..36222caf40f7 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.7.3 +DISTVERSION= 2.7.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index fe19685b66e9..8f3ca495cb16 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -13,6 +13,8 @@ lib/libpkg.a lib/libpkg.so lib/libpkg.so.4 libdata/pkgconfig/pkg.pc +sbin/pkg +sbin/pkg-static share/man/man3/pkg_create.3.gz share/man/man3/pkg_printf.3.gz share/man/man3/pkg_repo_create.3.gz @@ -62,7 +64,5 @@ share/man/man8/pkg-upgrade.8.gz share/man/man8/pkg-version.8.gz share/man/man8/pkg-which.8.gz share/man/man8/pkg.8.gz -sbin/pkg -sbin/pkg-static share/zsh/site-functions/_pkg @dir lib/compat/pkg |
