git: d340ed363237 - main - net/u6rd: Move manpages to ${PREFIX}/share
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 16:46:48 UTC
The branch main has been updated by ume: URL: https://cgit.FreeBSD.org/ports/commit/?id=d340ed363237c38d42d3514ef6fbf33749f98ceb commit d340ed363237c38d42d3514ef6fbf33749f98ceb Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2024-01-21 16:46:03 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2024-01-21 16:46:38 +0000 net/u6rd: Move manpages to ${PREFIX}/share --- net/u6rd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/u6rd/Makefile b/net/u6rd/Makefile index 5df7e871f534..f299a1dc879a 100644 --- a/net/u6rd/Makefile +++ b/net/u6rd/Makefile @@ -1,6 +1,6 @@ PORTNAME= u6rd PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://ftp.scythe.jp/pub/u6rd/release/ @@ -11,9 +11,10 @@ WWW= http://www.scythe.jp/lab/u6rd/ LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_RC_SUBR= u6rd -PLIST_FILES= sbin/u6rd man/man8/u6rd.8.gz +PLIST_FILES= sbin/u6rd share/man/man8/u6rd.8.gz OPTIONS_DEFINE= DOCS