Date: Sun, 21 Jan 2024 20:48:31 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: 91b0bec26568 - main - net/omnitty: Sanitize MANPREFIX Message-ID: <202401212048.40LKmV1H008410@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=91b0bec26568f19f2bc7d7e9ba6ecb550a5283a8 commit 91b0bec26568f19f2bc7d7e9ba6ecb550a5283a8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:42:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:48:11 +0000 net/omnitty: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/omnitty/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile index 4d446dd20885..bf492f3a41ae 100644 --- a/net/omnitty/Makefile +++ b/net/omnitty/Makefile @@ -1,6 +1,6 @@ PORTNAME= omnitty PORTVERSION= 0.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/omnitty/omnitty/omnitty-${PORTVERSION} @@ -15,10 +15,10 @@ GNU_CONFIGURE= yes LIBS+= -lncurses ALL_TARGET= omnitty -PLIST_FILES= bin/omnitty man/man1/omnitty.1.gz +PLIST_FILES= bin/omnitty share/man/man1/omnitty.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/omnitty ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/omnitty.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/omnitty.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212048.40LKmV1H008410>