git: 7494699446f4 - main - deskutils/fasd: leave manpages in share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 13:00:58 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=7494699446f41d190e096ee55b0554f12e449353 commit 7494699446f41d190e096ee55b0554f12e449353 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-01-12 10:25:54 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-01-12 13:00:47 +0000 deskutils/fasd: leave manpages in share/man --- deskutils/fasd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deskutils/fasd/Makefile b/deskutils/fasd/Makefile index f141fbdde5e5..a36ac30f9bfe 100644 --- a/deskutils/fasd/Makefile +++ b/deskutils/fasd/Makefile @@ -1,5 +1,6 @@ PORTNAME= fasd PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= mail@dbalan.in @@ -11,9 +12,8 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= clvv -MAKE_ARGS+= prefix=${PREFIX} \ - MANDIR=${MANPREFIX}/man +MAKE_ARGS+= prefix=${PREFIX} -PLIST_FILES= bin/fasd man/man1/fasd.1.gz +PLIST_FILES= bin/fasd share/man/man1/fasd.1.gz .include <bsd.port.mk>