sysutils/fusefs-ext2: Move man pages to share/man

This commit is contained in:
Emanuel Haupt 2024-01-23 16:11:07 +01:00
parent 08ff302d1d
commit d6b7a3dcaf
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= fusefs-ext2
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.11
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
@ -20,6 +21,7 @@ GH_PROJECT= fuse-ext2
GH_TAGNAME= ea7bacf
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs
LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \
@ -28,6 +30,6 @@ LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \
PLIST_FILES= bin/fuse-ext2 \
bin/fuse-ext2.probe \
libdata/pkgconfig/fuse-ext2.pc \
man/man1/fuse-ext2.1.gz
share/man/man1/fuse-ext2.1.gz
.include <bsd.port.mk>