git: 3ab81f2970c0 - main - sysutils/snooze: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 09:33:55 UTC
The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ab81f2970c0e13f8faa127495f7a8eb729a98b5 commit 3ab81f2970c0e13f8faa127495f7a8eb729a98b5 Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2024-03-03 09:33:37 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2024-03-03 09:33:37 +0000 sysutils/snooze: Move man pages to share/man --- sysutils/snooze/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/snooze/Makefile b/sysutils/snooze/Makefile index cb1abd79719a..d9e6f49f60c7 100644 --- a/sysutils/snooze/Makefile +++ b/sysutils/snooze/Makefile @@ -1,6 +1,7 @@ PORTNAME= snooze DISTVERSIONPREFIX= v DISTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= krion@FreeBSD.org @@ -13,11 +14,11 @@ USE_GITHUB= yes GH_ACCOUNT= leahneukirchen MAKE_ARGS= CFLAGS="${CFLAGS}" \ - MANDIR="${PREFIX}/man" \ + MANDIR="${PREFIX}/share/man" \ PREFIX="${PREFIX}" PLIST_FILES= bin/snooze \ - man/man1/snooze.1.gz + share/man/man1/snooze.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS