archivers/arc: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-28 14:37:12 +01:00
parent ed4539d1ff
commit 7ef69f0042
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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}