git: b3af999093c3 - main - sysutils/fusefs-curlftpfs: moved manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Mar 2024 09:52:21 UTC
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>