Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 17:59:08 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c43341d0f17b - main - ftp/quftp: Moved man to share/man
Message-ID:  <202402231759.41NHx8pP019605@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c43341d0f17b3b926371c678beb25f6e1825e87b

commit c43341d0f17b3b926371c678beb25f6e1825e87b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 17:58:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 17:58:35 +0000

    ftp/quftp: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 ftp/quftp/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile
index cd45efe7a431..34389c637515 100644
--- a/ftp/quftp/Makefile
+++ b/ftp/quftp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	quftp
 PORTVERSION=	1.0.7
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	ftp
 MASTER_SITES=	SF
 
@@ -12,9 +12,10 @@ LICENSE=	GPLv2
 
 USES=		ncurses readline
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 LDFLAGS+=	-lpthread
-PLIST_FILES=	bin/quftp man/man1/quftp.1.gz
+PLIST_FILES=	bin/quftp share/man/man1/quftp.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^CFLAGS/s|+=.*|= ${CFLAGS} ${CPPFLAGS}|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231759.41NHx8pP019605>