git: ae5139eb0867 - main - x11-clocks/asclock: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 17:28:34 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae5139eb086705d5916bc9b7d5a09b5aa73f2f32 commit ae5139eb086705d5916bc9b7d5a09b5aa73f2f32 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 17:28:25 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 17:28:25 +0000 x11-clocks/asclock: use ${PREFIX}/share/man --- x11-clocks/asclock/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index cb666f4965b8..40d3d908b0ff 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= asclock PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks afterstep MASTER_SITES= XCONTRIB/applications DISTNAME= ${PORTNAME} @@ -14,7 +14,8 @@ CONFLICTS_INSTALL= asclock-xlib USES= tar:tgz imake xorg USE_XORG= xpm xext x11 -PLIST_FILES= bin/asclock man/man1/asclock.1.gz +MAKE_ARGS+= MANPATH="${PREFIX}/share/man" +PLIST_FILES= bin/asclock share/man/man1/asclock.1.gz OPTIONS_DEFINE= OPTIONS_SINGLE= LANG