Date: Mon, 22 Jan 2024 13:52:28 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: f85e9e19575e - main - security/ssl-admin: Sanitize MANPREFIX Message-ID: <202401221352.40MDqS4R048940@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=f85e9e19575e7660ffa8516e7dafb39ed63c1c5a commit f85e9e19575e7660ffa8516e7dafb39ed63c1c5a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 13:37:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 13:52:03 +0000 security/ssl-admin: Sanitize MANPREFIX Approved by: portmgr (blanket) --- security/ssl-admin/Makefile | 4 ++-- security/ssl-admin/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/ssl-admin/Makefile b/security/ssl-admin/Makefile index 1521fa6e9dc0..9494284decec 100644 --- a/security/ssl-admin/Makefile +++ b/security/ssl-admin/Makefile @@ -1,6 +1,6 @@ PORTNAME= ssl-admin DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/ecrist/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes MAKE_ENV= BINDIR=${PREFIX}/bin \ ETCDIR=${PREFIX}/etc \ - MANDIR=${MANPREFIX}/man + MANDIR=${PREFIX}/share/man NO_ARCH= yes SUB_FILES= pkg-message diff --git a/security/ssl-admin/pkg-plist b/security/ssl-admin/pkg-plist index 802bd1a4fa02..65d5bc8d19a5 100644 --- a/security/ssl-admin/pkg-plist +++ b/security/ssl-admin/pkg-plist @@ -1,5 +1,5 @@ bin/ssl-admin @sample %%ETCDIR%%/openssl.conf.sample @sample %%ETCDIR%%/ssl-admin.conf.sample -man/man1/ssl-admin.1.gz -man/man5/ssl-admin.conf.5.gz +share/man/man1/ssl-admin.1.gz +share/man/man5/ssl-admin.conf.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221352.40MDqS4R048940>