1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

sysutils/fusefs-ifuse: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-03-09 19:47:51 +01:00
parent e8851eab0e
commit 46be6f21a5
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,5 +1,6 @@
PORTNAME= ifuse
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= fusefs-
@ -19,7 +20,8 @@ USES= fuse localbase gnome pkgconfig tar:bzip2
USE_GNOME= glib20
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz
PLIST_FILES= bin/${PORTNAME} share/man/man1/ifuse.1.gz
.include <bsd.port.mk>