git: 42b2feaedff7 - main - devel/cvsps: Update manpages path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 16:44:43 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=42b2feaedff723e5e5f195e563b5f708df19a8b7 commit 42b2feaedff723e5e5f195e563b5f708df19a8b7 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-01-08 14:58:46 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-01-08 16:43:49 +0000 devel/cvsps: Update manpages path Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/cvsps/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile index c0deb03094c6..f4ce9511bf84 100644 --- a/devel/cvsps/Makefile +++ b/devel/cvsps/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvsps PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/ @@ -14,14 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= cvsps-devel 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}