aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2024-02-28 21:08:49 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2024-03-04 09:50:44 +0000
commitb3af999093c358f82674060670ba86f0c49c549a (patch)
tree76db36cf1a58faada805310f019833f0dbee4aca
parent555dd8d1ed7855c94bd9412173798681e3b57c9e (diff)
downloadports-b3af999093c358f82674060670ba86f0c49c549a.tar.gz
ports-b3af999093c358f82674060670ba86f0c49c549a.zip
sysutils/fusefs-curlftpfs: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist Fix formatting to make linters happy
-rw-r--r--sysutils/fusefs-curlftpfs/Makefile10
1 files 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>