git: d34770b0f3d0 - main - ftp/cmdftp: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 17:59:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d34770b0f3d0ea8735f00a844505b4bf2d5b5463 commit d34770b0f3d0ea8735f00a844505b4bf2d5b5463 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 17:55:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 17:58:32 +0000 ftp/cmdftp: Moved man to share/man Approved by: portmgr (blanket) --- ftp/cmdftp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ftp/cmdftp/Makefile b/ftp/cmdftp/Makefile index 8e01ac38678e..bc52593373d4 100644 --- a/ftp/cmdftp/Makefile +++ b/ftp/cmdftp/Makefile @@ -1,5 +1,6 @@ PORTNAME= cmdftp PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SAVANNAH @@ -10,7 +11,8 @@ WWW= https://www.nongnu.org/cmdftp/ LICENSE= GPLv3 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/cmdftp man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/cmdftp share/man/man1/${PORTNAME}.1.gz .include <bsd.port.mk>