git: 39a315a50202 - main - net/6tunnel: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:03:10 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=39a315a502026cf4edd7e67fc930ed2f0e4c124e commit 39a315a502026cf4edd7e67fc930ed2f0e4c124e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:01:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 21:01:10 +0000 net/6tunnel: Moved man to share/man --- net/6tunnel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 1699de484a70..ef15ad88adf6 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -1,5 +1,6 @@ PORTNAME= 6tunnel DISTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GH @@ -10,6 +11,7 @@ WWW= https://github.com/wojtekka/6tunnel LICENSE= GPLv2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= autoreconf USE_GITHUB= yes @@ -17,6 +19,6 @@ GH_ACCOUNT= wojtekka GH_TAGNAME= 6c64c42 PLIST_FILES= bin/6tunnel \ - man/man1/6tunnel.1.gz + share/man/man1/6tunnel.1.gz .include <bsd.port.mk>