git: 203d131e9d21 - main - ftp/tftp-hpa: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 19:02:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=203d131e9d212573eaffd73984225d5451682240 commit 203d131e9d212573eaffd73984225d5451682240 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 17:59:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 19:01:24 +0000 ftp/tftp-hpa: Moved man to share/man Approved by: portmgr (blanket) --- ftp/tftp-hpa/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile index 6a01285282c5..48bc753f4ad9 100644 --- a/ftp/tftp-hpa/Makefile +++ b/ftp/tftp-hpa/Makefile @@ -1,6 +1,6 @@ PORTNAME= tftp-hpa PORTVERSION= 5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= KERNEL_ORG/software/network/tftp/tftp-hpa @@ -11,6 +11,7 @@ LICENSE= BSD4CLAUSE USES= gmake tar:xz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_RC_SUBR= tftpd OPTIONS_DEFINE= DOCS @@ -19,9 +20,9 @@ DESTDIRNAME= INSTALLROOT PLIST_FILES= bin/tftp \ libexec/in.tftpd \ - man/man1/tftp.1.gz \ - man/man8/in.tftpd.8.gz \ - man/man8/tftpd.8.gz + share/man/man1/tftp.1.gz \ + share/man/man8/in.tftpd.8.gz \ + share/man/man8/tftpd.8.gz PORTDOCS= CHANGES \ README \ README.security