Date: Mon, 8 Jan 2024 16:44:44 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 45c4ce55aab7 - main - devel/cvsps-devel: Update manpages path Message-ID: <202401081644.408GiiHH035741@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=45c4ce55aab7068f90e4005503f26a78b98a2ab0 commit 45c4ce55aab7068f90e4005503f26a78b98a2ab0 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-01-08 14:59:17 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-01-08 16:43:50 +0000 devel/cvsps-devel: Update manpages path Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/cvsps-devel/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile index 37fa383e45a3..5c01490b39a7 100644 --- a/devel/cvsps-devel/Makefile +++ b/devel/cvsps-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= cvsps DISTVERSION= 2.2b1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX?= -devel @@ -17,14 +18,15 @@ USES= gmake ALL_TARGET= cvsps PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401081644.408GiiHH035741>