dns/doc: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7e244d3f48
commit
0a7e8912b7
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= doc
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= LOCAL/sanpei \
|
||||
ftp://ftp.shub-internet.org/pub/shub/brad/dns/
|
||||
|
@ -25,6 +26,6 @@ do-install:
|
|||
.for f in ${AUX_FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${AUX_DIR}
|
||||
.endfor
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc.8 ${STAGEDIR}${PREFIX}/man/man8/doc.8
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc.8 ${STAGEDIR}${PREFIX}/share/man/man8/doc.8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,4 +4,4 @@ lib/doc/doc-3.awk
|
|||
lib/doc/doc-4.awk
|
||||
lib/doc/INFO
|
||||
lib/doc/RFC.XXXX
|
||||
man/man8/doc.8.gz
|
||||
share/man/man8/doc.8.gz
|
||||
|
|
Loading…
Reference in a new issue