net/6tunnel: Moved man to share/man

This commit is contained in:
Muhammad Moinur Rahman
2024-01-30 22:01:10 +01:00
parent 2abefe8d60
commit 39a315a502

View File

@@ -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>