git: 2f665da4f8d4 - main - net/mlvpn: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 17:15:24 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f665da4f8d4de83d2b2940f3ef160b95c672aa8 commit 2f665da4f8d4de83d2b2940f3ef160b95c672aa8 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 16:21:39 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 17:15:03 +0000 net/mlvpn: Move man pages to share/man Approved by: portmgr (blanket) --- net/mlvpn/Makefile | 6 +++--- net/mlvpn/pkg-plist | 4 ++-- 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