Date: Sun, 25 Feb 2024 14:30:53 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4afe0d453617 - main - sysutils/ah-tty: Moved man to share/man Message-ID: <202402251430.41PEUrgA074831@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4afe0d453617063bea945318e775a37fe890f771 commit 4afe0d453617063bea945318e775a37fe890f771 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:57:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 14:30:22 +0000 sysutils/ah-tty: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/ah-tty/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 821fa8d8a47a..bd99af4055bd 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -1,6 +1,6 @@ PORTNAME= ah-tty PORTVERSION= 0.3.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF @@ -10,10 +10,11 @@ WWW= https://ah-tty.sourceforge.net/ USES= ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_CSTD= gnu89 PLIST_FILES= bin/ah-tty bin/ah-tty.static \ - share/ah-tty.conf man/man1/ah-tty.1.gz + share/ah-tty.conf share/man/man1/ah-tty.1.gz INFO= ah-tty
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251430.41PEUrgA074831>