Date: Sun, 25 Feb 2024 13:46:09 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9cda79a9cb4e - main - security/steghide: Moved man to share/man Message-ID: <202402251346.41PDk9C3093142@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cda79a9cb4e5b9eb72971705e97eea3d2175c09 commit 9cda79a9cb4e5b9eb72971705e97eea3d2175c09 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:24:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:24:57 +0000 security/steghide: Moved man to share/man Approved by: portmgr (blanket) --- security/steghide/Makefile | 3 ++- security/steghide/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 0288186d7c20..5f368cf50d20 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,6 +1,6 @@ PORTNAME= steghide PORTVERSION= 0.5.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= SF @@ -19,6 +19,7 @@ CPE_VENDOR= ${PORTNAME}_project USE_CXXSTD= c++14 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS= LIBTOOL="${LOCALBASE}/bin/libtool" diff --git a/security/steghide/pkg-plist b/security/steghide/pkg-plist index 450a3401d926..136f57d62919 100644 --- a/security/steghide/pkg-plist +++ b/security/steghide/pkg-plist @@ -9,4 +9,4 @@ bin/steghide %%NLS%%share/locale/es/LC_MESSAGES/steghide.mo %%NLS%%share/locale/fr/LC_MESSAGES/steghide.mo %%NLS%%share/locale/ro/LC_MESSAGES/steghide.mo -man/man1/steghide.1.gz +share/man/man1/steghide.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251346.41PDk9C3093142>