diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 60c7918ecbb0..304f59e99529 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,6 +1,7 @@ PORTNAME= pkg DISTVERSION= 1.21.3 _PKG_VERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= pkg@FreeBSD.org @@ -55,6 +56,7 @@ PKG_BIN= ${WRKSRC}/src/pkg-static post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpkg.so ${STAGEDIR}${PREFIX}/sbin/pkg* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index eb0d0a1efda4..ca4cd2745f33 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -12,13 +12,15 @@ 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 share/man/man3/pkg_repos.3.gz -share/man/man5/pkg-repository.5.gz share/man/man5/pkg-keywords.5.gz share/man/man5/pkg-lua-script.5.gz +share/man/man5/pkg-repository.5.gz share/man/man5/pkg-script.5.gz share/man/man5/pkg-triggers.5.gz share/man/man5/pkg.conf.5.gz @@ -57,7 +59,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