aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 16:21:39 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 17:15:03 +0000
commit2f665da4f8d4de83d2b2940f3ef160b95c672aa8 (patch)
tree3864dc296fd1b00068751618afb7ce35a3b7d7d5
parent7e91accd22d6bdfe9afd059ef6ac11470fdf6e96 (diff)
downloadports-2f665da4f8d4de83d2b2940f3ef160b95c672aa8.tar.gz
ports-2f665da4f8d4de83d2b2940f3ef160b95c672aa8.zip
net/mlvpn: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/mlvpn/Makefile6
-rw-r--r--net/mlvpn/pkg-plist4
2 files changed, 5 insertions, 5 deletions
diff --git a/net/mlvpn/Makefile b/net/mlvpn/Makefile
index 7cd548680611..224b149d7a3c 100644
--- a/net/mlvpn/Makefile
+++ b/net/mlvpn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mlvpn
PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net net-vpn
MAINTAINER= olivier@FreeBSD.org
@@ -35,8 +35,8 @@ CONTROL_CONFIGURE_OFF= --disable-control
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.conf.5 ${STAGEDIR}${PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/examples/${PORTNAME}.conf.in ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
${INSTALL_SCRIPT} ${WRKSRC}/doc/examples/mlvpn_updown.sh.in ${STAGEDIR}${ETCDIR}/mlvpn_updown.sh
diff --git a/net/mlvpn/pkg-plist b/net/mlvpn/pkg-plist
index 2141f0742ce4..8a99d02eb36e 100644
--- a/net/mlvpn/pkg-plist
+++ b/net/mlvpn/pkg-plist
@@ -1,5 +1,5 @@
sbin/mlvpn
-man/man1/mlvpn.1.gz
-man/man5/mlvpn.conf.5.gz
+share/man/man1/mlvpn.1.gz
+share/man/man5/mlvpn.conf.5.gz
@sample(,,600) %%ETCDIR%%/mlvpn.conf.sample
@(,,700) %%ETCDIR%%/mlvpn_updown.sh