sysutils/fusefs-curlftpfs: moved manpages to share/man

Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
2024Q2
Rodrigo Osorio 2024-02-28 22:08:49 +01:00
parent 555dd8d1ed
commit b3af999093
1 changed files with 7 additions and 3 deletions

View File

@ -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>