git: d9e79d196733 - main - net/latd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9e79d19673316a92e03882fccac7542452a1cf9 commit d9e79d19673316a92e03882fccac7542452a1cf9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:48:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 09:17:50 +0000 net/latd: Moved man to share/man Approved by: portmgr (blanket) --- net/latd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/latd/Makefile b/net/latd/Makefile index 8ea8ee71419b..f22c6ac81fed 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -1,5 +1,6 @@ PORTNAME= latd PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION} @@ -11,13 +12,14 @@ LICENSE= GPLv2 USES= alias compiler GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing PLIST_FILES= bin/llogin etc/latd.conf.sample \ - man/man1/llogin.1.gz man/man5/latd.conf.5.gz \ - man/man8/latd.8.gz man/man8/latcp.8.gz man/man8/moprc.8.gz \ + share/man/man1/llogin.1.gz share/man/man5/latd.conf.5.gz \ + share/man/man8/latd.8.gz share/man/man8/latcp.8.gz share/man/man8/moprc.8.gz \ sbin/latcp sbin/latd sbin/moprc post-extract: