git: 89b4e4bc4942 - main - misc/teseq: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:44:02 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=89b4e4bc4942c600c78338f688ce922e62693b9e
commit 89b4e4bc4942c600c78338f688ce922e62693b9e
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:30:57 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:43:19 +0000
misc/teseq: Moved man to share/man
Approved by: portmgr (blanket)
---
misc/teseq/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/misc/teseq/Makefile b/misc/teseq/Makefile
index 1395d191c48e..587840d42d4f 100644
--- a/misc/teseq/Makefile
+++ b/misc/teseq/Makefile
@@ -1,6 +1,6 @@
PORTNAME= teseq
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= GNU
@@ -9,12 +9,13 @@ COMMENT= Terminal control sequence analyzer
WWW= https://www.gnu.org/software/teseq/
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake perl5
INFO= teseq
PLIST_FILES= bin/reseq bin/teseq \
- man/man1/reseq.1.gz \
- man/man1/teseq.1.gz
+ share/man/man1/reseq.1.gz \
+ share/man/man1/teseq.1.gz
.include <bsd.port.mk>