ports-mgmt/pkg_tree: moving manpages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Tatsuki Makino 2024-01-21 12:00:00 +00:00 committed by Gleb Popov
parent cf5771eb13
commit 83edd06e2a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= pkg_tree
DISTVERSION= 1.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= ports-mgmt
MASTER_SITES= https://www.mavetju.org/download/
@ -15,6 +15,6 @@ USES= perl5 shebangfix
SHEBANG_FILES= pkg_tree
NO_ARCH= yes
PLIST_FILES= bin/pkg_tree \
man/man7/pkg_tree.7.gz
share/man/man7/pkg_tree.7.gz
.include <bsd.port.mk>

View File

@ -7,7 +7,7 @@
- install -o root -g wheel -m 755 -c pkg_tree /usr/local/bin
- install -o root -g wheel -m 644 -c pkg_tree.7 /usr/local/man/man7
+ ${BSD_INSTALL_SCRIPT} pkg_tree ${DESTDIR}${PREFIX}/bin
+ ${BSD_INSTALL_MAN} pkg_tree.7 ${DESTDIR}${PREFIX}/man/man7
+ ${BSD_INSTALL_MAN} pkg_tree.7 ${DESTDIR}${PREFIX}/share/man/man7
clean:
rm pkg_tree.7