archivers/arc: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ed4539d1ff
commit
7ef69f0042
@ -1,5 +1,6 @@
|
|||||||
PORTNAME= arc
|
PORTNAME= arc
|
||||||
PORTVERSION= 5.21q
|
PORTVERSION= 5.21q
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
|
|
||||||
MAINTAINER= delphij@FreeBSD.org
|
MAINTAINER= delphij@FreeBSD.org
|
||||||
@ -18,7 +19,7 @@ OPTIONS_DEFINE= DOCS
|
|||||||
|
|
||||||
USES= alias cpe
|
USES= alias cpe
|
||||||
CPE_VENDOR= arc_project
|
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
|
PORTDOCS= Arc521.doc
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@ -29,7 +30,7 @@ post-patch:
|
|||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc\
|
${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc\
|
||||||
${STAGEDIR}/${PREFIX}/bin
|
${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}
|
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${STAGEDIR}/${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${STAGEDIR}/${DOCSDIR}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user