git: 90f1c0f4054c - main - sysutils/unquote: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 19:42:47 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=90f1c0f4054cf1cac472e8e69dbed14232e230a6 commit 90f1c0f4054cf1cac472e8e69dbed14232e230a6 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-16 19:42:05 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-16 19:42:05 +0000 sysutils/unquote: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/unquote/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index c2fda676b0bb..389746384a5c 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -1,5 +1,6 @@ PORTNAME= unquote PORTVERSION= 1.0.b4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/misc/unquote/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} @@ -10,8 +11,9 @@ WWW= https://devel.ringlet.net/misc/unquote/ USES= uidfix -PLIST_FILES= bin/unquote man/man1/unquote.1.gz +PLIST_FILES= bin/unquote share/man/man1/unquote.1.gz +MAKE_ARGS= MANDIR="${PREFIX}/share/man/man" .if !defined(NO_RELEASE) MAKE_ENV+= RELEASE=yes .endif