From 39a315a502026cf4edd7e67fc930ed2f0e4c124e Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 30 Jan 2024 22:01:10 +0100 Subject: [PATCH] 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 1699de484a707..ef15ad88adf6e 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