diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile index 7d339f5f146d..53aa24121fc7 100644 --- a/ports-mgmt/pkg_tree/Makefile +++ b/ports-mgmt/pkg_tree/Makefile @@ -1,20 +1,20 @@ PORTNAME= pkg_tree DISTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ports-mgmt MASTER_SITES= https://www.mavetju.org/download/ MAINTAINER= tatsuki_makino@hotmail.com COMMENT= Get a 'graphical' tree-overview of installed packages WWW= https://www.mavetju.org/unix/general.php LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE 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 diff --git a/ports-mgmt/pkg_tree/files/patch-Makefile b/ports-mgmt/pkg_tree/files/patch-Makefile index f60573f31a6a..c0a4bc6799f3 100644 --- a/ports-mgmt/pkg_tree/files/patch-Makefile +++ b/ports-mgmt/pkg_tree/files/patch-Makefile @@ -1,13 +1,13 @@ --- Makefile.orig 2001-12-12 11:44:40 UTC +++ Makefile @@ -11,8 +11,8 @@ pkg_tree.7: pkg_tree.pod --date="December 15, 2001" pkg_tree.pod > pkg_tree.7 install: - 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