Date: Sat, 24 Feb 2024 22:17:59 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de2cbe86e3f5 - main - net-im/sshout: Moved man to share/man Message-ID: <202402242217.41OMHxcB010493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=de2cbe86e3f5cc88e0c3e393822264cb05db844b commit de2cbe86e3f5cc88e0c3e393822264cb05db844b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 21:52:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 22:17:38 +0000 net-im/sshout: Moved man to share/man Approved by: portmgr (blanket) --- net-im/sshout/Makefile | 4 ++-- net-im/sshout/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/sshout/Makefile b/net-im/sshout/Makefile index 0b7ed087b579..5746a4be1d48 100644 --- a/net-im/sshout/Makefile +++ b/net-im/sshout/Makefile @@ -1,6 +1,6 @@ PORTNAME= sshout DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF/sshout/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= LIBEXECDIR=\${PREFIX}/libexec \ - MANDIR=\${PREFIX}/man + MANDIR=\${PREFIX}/share/man USE_RC_SUBR= sshout diff --git a/net-im/sshout/pkg-plist b/net-im/sshout/pkg-plist index 5812e24f4f0f..7e21598cdda8 100644 --- a/net-im/sshout/pkg-plist +++ b/net-im/sshout/pkg-plist @@ -1,5 +1,5 @@ libexec/sshoutd -man/man8/sshoutcfg.8.gz +share/man/man8/sshoutcfg.8.gz sbin/sshoutcfg %%NLS%%share/locale/zh_CN/LC_MESSAGES/sshout.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/sshout.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242217.41OMHxcB010493>