Date: Tue, 23 Jan 2024 15:01:59 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 88b1b406c774 - main - net/nload: Move man pages to share/man Message-ID: <202401231501.40NF1xmY001728@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=88b1b406c774a3b96d5eace5699d490e8d3a6353 commit 88b1b406c774a3b96d5eace5699d490e8d3a6353 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-23 15:01:56 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-23 15:01:56 +0000 net/nload: Move man pages to share/man --- net/nload/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net/nload/Makefile b/net/nload/Makefile index 2fa97e4c655b..616a4ff31521 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,6 +1,6 @@ PORTNAME= nload -PORTVERSION= 0.7.4 -PORTREVISION= 1 +DISTVERSION= 0.7.4 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.roland-riegel.de/nload/ \ LOCAL/ehaupt @@ -11,10 +11,12 @@ WWW= http://www.roland-riegel.de/nload/ LICENSE= GPLv2 -USES= ncurses -GNU_CONFIGURE= yes +USES= ncurses +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= bin/nload man/man1/nload.1.gz +PLIST_FILES= bin/nload \ + share/man/man1/nload.1.gz post-patch: @${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231501.40NF1xmY001728>