Skip to content

Commit

Permalink
dns/doc: 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 Feb 23, 2024
1 parent 7e244d3 commit 0a7e891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dns/doc/Makefile
@@ -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/
Expand All @@ -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>
2 changes: 1 addition & 1 deletion dns/doc/pkg-plist
Expand Up @@ -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

0 comments on commit 0a7e891

Please sign in to comment.