git: 45c94953e0f6 - main - textproc/extract_url: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 22:05:44 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=45c94953e0f6ae08ef628dfce76f14f16c539b3d commit 45c94953e0f6ae08ef628dfce76f14f16c539b3d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 21:19:27 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 22:05:26 +0000 textproc/extract_url: Move man pages to share/man Approved by: portmgr (blanket) --- textproc/extract_url/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/extract_url/Makefile b/textproc/extract_url/Makefile index ba3ec6261c0b..8b099f71889d 100644 --- a/textproc/extract_url/Makefile +++ b/textproc/extract_url/Makefile @@ -1,6 +1,7 @@ PORTNAME= extract_url PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= dbaio@FreeBSD.org @@ -20,13 +21,13 @@ USE_GITHUB= yes GH_ACCOUNT= m3m0ryh0l3 GH_PROJECT= extracturl -MAKE_ARGS= all prefix=${PREFIX} man_prefix=${PREFIX} +MAKE_ARGS= all prefix=${PREFIX} man_prefix=${PREFIX}/share SUB_FILES= pkg-message NO_ARCH= yes PLIST_FILES= bin/extract_url \ share/extract_url/extract_urlview.sample \ - man/man1/extract_url.1.gz + share/man/man1/extract_url.1.gz PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS URI_FIND