git: 7ef69f004284 - main - archivers/arc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 13:40:05 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ef69f004284d510cae4f8f7b44f5225bc72b86a commit 7ef69f004284d510cae4f8f7b44f5225bc72b86a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-28 13:37:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-28 13:39:36 +0000 archivers/arc: Moved man to share/man Approved by: portmgr (blanket) --- archivers/arc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index af276842c78a..e7754045c733 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,5 +1,6 @@ PORTNAME= arc PORTVERSION= 5.21q +PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= delphij@FreeBSD.org @@ -18,7 +19,7 @@ OPTIONS_DEFINE= DOCS USES= alias cpe CPE_VENDOR= arc_project -PLIST_FILES= bin/arc bin/marc man/man1/arc.1.gz +PLIST_FILES= bin/arc bin/marc share/man/man1/arc.1.gz PORTDOCS= Arc521.doc post-patch: @@ -29,7 +30,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc\ ${STAGEDIR}/${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/arc.1 ${STAGEDIR}/${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/arc.1 ${STAGEDIR}/${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${STAGEDIR}/${DOCSDIR}