summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 19:51:28 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 20:18:20 +0000
commit3f594aa8f089186ee5f9692bdd8f07456f2aacc4 (patch)
tree7d0d64e78b15b7ffa59058f2bb7201474a56c279
parentsysutils/vmtouch: Move man pages to share/man (diff)
sysutils/vttest: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/vttest/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile
index 1733a537b268..dec3b93ca3d8 100644
--- a/sysutils/vttest/Makefile
+++ b/sysutils/vttest/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vttest
PORTVERSION= 2023.12.30
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/ \
https://invisible-mirror.net/archives/${PORTNAME}/
@@ -15,10 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
MAKEFILE= makefile
PLIST_FILES= bin/vttest \
- man/man1/vttest.1.gz
+ share/man/man1/vttest.1.gz
.include <bsd.port.mk>