git: c8863501815b - main - net/addrwatch: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 07:36:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8863501815bfede8b2be1235d64eb1e0b98377e commit c8863501815bfede8b2be1235d64eb1e0b98377e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 07:03:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 07:03:18 +0000 net/addrwatch: Moved man to share/man Approved by: portmgr (blanket) --- net/addrwatch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/addrwatch/Makefile b/net/addrwatch/Makefile index d0e069728952..f8db0dc6c408 100644 --- a/net/addrwatch/Makefile +++ b/net/addrwatch/Makefile @@ -1,6 +1,7 @@ PORTNAME= addrwatch DISTVERSIONPREFIX=v DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= m.muenz@gmail.com @@ -15,6 +16,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \ USES= autoreconf gmake pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GITHUB= yes GH_ACCOUNT= fln @@ -22,6 +24,6 @@ GH_ACCOUNT= fln PLIST_FILES= bin/addrwatch \ bin/addrwatch_stdout \ bin/addrwatch_syslog \ - man/man8/addrwatch.8.gz + share/man/man8/addrwatch.8.gz .include <bsd.port.mk>