aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:01:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:01:10 +0000
commit39a315a502026cf4edd7e67fc930ed2f0e4c124e (patch)
tree3664a945c819d10a8061cb26ce921b5c842ba178
parent2abefe8d6071821de4dc501d638ce673a67ab19a (diff)
downloadports-39a315a502026cf4edd7e67fc930ed2f0e4c124e.tar.gz
ports-39a315a502026cf4edd7e67fc930ed2f0e4c124e.zip
net/6tunnel: Moved man to share/man
-rw-r--r--net/6tunnel/Makefile4
1 files changed, 3 insertions, 1 deletions
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>