aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-08 14:58:46 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-08 16:43:49 +0000
commit42b2feaedff723e5e5f195e563b5f708df19a8b7 (patch)
treeaf5d3dfe9f9fc6fbf59f25f1c076ab09b7a676d3
parent0c7b4269805c57837bed22a01162e6b1208ac32a (diff)
downloadports-42b2feaedff723e5e5f195e563b5f708df19a8b7.tar.gz
ports-42b2feaedff723e5e5f195e563b5f708df19a8b7.zip
devel/cvsps: Update manpages path
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--devel/cvsps/Makefile7
1 files 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}