git: d6b7a3dcafd4 - main - sysutils/fusefs-ext2: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 15:11:31 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6b7a3dcafd4ac9da5177df676918251af0d8b2f commit d6b7a3dcafd4ac9da5177df676918251af0d8b2f Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-23 15:11:07 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-23 15:11:16 +0000 sysutils/fusefs-ext2: Move man pages to share/man --- sysutils/fusefs-ext2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile index 227cd1c671ae..b8f0b14e591b 100644 --- a/sysutils/fusefs-ext2/Makefile +++ b/sysutils/fusefs-ext2/Makefile @@ -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>