Date: Sun, 21 Jan 2024 12:03:19 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 416951c68d74 - main - security/cksfv: Move manpages to share/man Message-ID: <202401211203.40LC3JnG023134@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=416951c68d7477b2cdf179bf7e3066eaeba2b27e commit 416951c68d7477b2cdf179bf7e3066eaeba2b27e Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-21 12:03:13 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-21 12:03:13 +0000 security/cksfv: Move manpages to share/man --- security/cksfv/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index d6b93b240cfd..53694d1ba8ff 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -1,5 +1,6 @@ PORTNAME= cksfv -PORTVERSION= 1.3.15 +DISTVERSION= 1.3.15 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://zakalwe.fi/~shd/foss/cksfv/files/ \ LOCAL/ehaupt @@ -17,13 +18,13 @@ CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ --prefix=${PREFIX} PLIST_FILES= bin/cksfv \ - man/man1/cksfv.1.gz + share/man/man1/cksfv.1.gz post-patch: @${REINPLACE_CMD} -e 's|^\(CC\)=|\1?=|' ${WRKSRC}/src/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211203.40LC3JnG023134>