Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2024 09:52:21 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b3af999093c3 - main - sysutils/fusefs-curlftpfs: moved manpages to share/man
Message-ID:  <202403040952.4249qLJ5000273@gitrepo.freebsd.org>

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

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

commit b3af999093c358f82674060670ba86f0c49c549a
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-02-28 21:08:49 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-03-04 09:50:44 +0000

    sysutils/fusefs-curlftpfs: moved manpages to share/man
    
    Set GNU_CONFIGURE_MANPREFIX and fix plist
    Fix formatting to make linters happy
---
 sysutils/fusefs-curlftpfs/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile
index 29cd8dd8add7..50c771dca219 100644
--- a/sysutils/fusefs-curlftpfs/Makefile
+++ b/sysutils/fusefs-curlftpfs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	curlftpfs
 PORTVERSION=	0.9.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	fusefs-
@@ -14,9 +14,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-GNU_CONFIGURE=	yes
 USES=		fuse gnome pkgconfig
 USE_GNOME=	glib20
-PLIST_FILES=	bin/curlftpfs man/man1/${PORTNAME}.1.gz
+
+GNU_CONFIGURE=			yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
+PLIST_FILES=	bin/curlftpfs \
+		share/man/man1/${PORTNAME}.1.gz
 
 .include <bsd.port.mk>



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