Skip to content

Commit

Permalink
archivers/arc: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 28, 2024
1 parent ed4539d commit 7ef69f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions archivers/arc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arc
PORTVERSION= 5.21q
PORTREVISION= 1
CATEGORIES= archivers

MAINTAINER= delphij@FreeBSD.org
Expand All @@ -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:
Expand All @@ -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}

Expand Down

0 comments on commit 7ef69f0

Please sign in to comment.