aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 16:41:38 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 17:19:00 +0000
commit26d94aac255f4e77c832212c9069653194e50048 (patch)
treeee09c2168b9763a6e956a65c2fe1204862801050
parentf7127cf2b44e939b6b71e3296d1868b7c22206db (diff)
sysutils/dtpstree: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/dtpstree/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile
index b874ca756f4b..0294f38075eb 100644
--- a/sysutils/dtpstree/Makefile
+++ b/sysutils/dtpstree/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dtpstree
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \
http://dl2.douglasthrift.net/${PORTNAME}/
@@ -12,10 +13,11 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
MAKEFILE= GNUmakefile
USES= gmake ncurses tar:xz
PLIST_FILES= bin/dtpstree \
- man/man1/dtpstree.1.gz
+ share/man/man1/dtpstree.1.gz
.include <bsd.port.mk>