Date: Wed, 20 Mar 2024 19:12:09 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fd5550e4a482 - main - editors/dkns: Move man pages to share/man Message-ID: <202403201912.42KJC9dO009509@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd5550e4a482ea17c52dd2ab950dbac28fa3d575 commit fd5550e4a482ea17c52dd2ab950dbac28fa3d575 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-20 19:11:22 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-20 19:11:22 +0000 editors/dkns: Move man pages to share/man Approved by: portmgr (blanket) --- editors/dkns/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile index 3648c2ad2af4..e9d449df34cd 100644 --- a/editors/dkns/Makefile +++ b/editors/dkns/Makefile @@ -1,5 +1,6 @@ PORTNAME= dkns PORTVERSION= 1.100 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://www.mammothcheese.ca/ @@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= munger:lang/munger +MAKE_ARGS= MANDIR="${STAGEDIR}${PREFIX}/share/man/man1/" MAKE_ENV= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" NO_ARCH= yes PLIST_FILES= bin/dkns \ - man/man1/dkns.1.gz + share/man/man1/dkns.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201912.42KJC9dO009509>