git: bca7990771ee - main - net/msend: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:30 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bca7990771eeca3cdcafc631ff8ae5d1594d7b0d commit bca7990771eeca3cdcafc631ff8ae5d1594d7b0d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:08:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 09:17:56 +0000 net/msend: Moved man to share/man Approved by: portmgr (blanket) --- net/msend/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/msend/Makefile b/net/msend/Makefile index d719639ecd6e..e346c684c7fe 100644 --- a/net/msend/Makefile +++ b/net/msend/Makefile @@ -1,6 +1,6 @@ PORTNAME= msend PORTVERSION= 3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= LOCAL/markp @@ -10,11 +10,12 @@ COMMENT= Client and server for the RFC1312 message protocol USES= autoreconf readline USE_RC_SUBR= mesgd GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX PLIST_FILES= bin/msend \ - man/man1/msend.1.gz \ - man/man8/mesgd.8.gz \ + share/man/man1/msend.1.gz \ + share/man/man8/mesgd.8.gz \ sbin/mesgd .include <bsd.port.mk>