Date: Sat, 24 Feb 2024 07:48:45 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: 5a5fde289cf7 - main - games/pvpgn: Moved man to share/man Message-ID: <202402240748.41O7mjeP024329@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=5a5fde289cf7a4355d847c3d0ed94b83204129aa commit 5a5fde289cf7a4355d847c3d0ed94b83204129aa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:40:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:40:05 +0000 games/pvpgn: Moved man to share/man Approved by: portmgr (blanket) --- games/pvpgn/Makefile | 3 ++- games/pvpgn/pkg-plist | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile index 4c81e8487ee9..77e0a0ca903a 100644 --- a/games/pvpgn/Makefile +++ b/games/pvpgn/Makefile @@ -1,6 +1,6 @@ PORTNAME= pvpgn PORTVERSION= 1.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= BERLIOS DISTFILES= ${EXTRACT_ONLY} pvpgn-support-1.2.tar.gz @@ -29,6 +29,7 @@ PLIST_SUB+= RC_SUFX=${RC_SUFX} WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pvpgn \ --localstatedir=${DATADIR} \ --with-libraries=${LOCALBASE}/lib diff --git a/games/pvpgn/pkg-plist b/games/pvpgn/pkg-plist index 26042c6e8f58..9b63f300b446 100644 --- a/games/pvpgn/pkg-plist +++ b/games/pvpgn/pkg-plist @@ -42,20 +42,20 @@ etc/pvpgn/supportfile.conf-sample etc/pvpgn/topics.conf-sample etc/pvpgn/tournament.conf-sample etc/pvpgn/versioncheck.conf-sample -man/man1/bnbot.1.gz -man/man1/bnchat.1.gz -man/man1/bnetd.1.gz -man/man1/bnftp.1.gz -man/man1/bni2tga.1.gz -man/man1/bnibuild.1.gz -man/man1/bniextract.1.gz -man/man1/bnilist.1.gz -man/man1/bnpass.1.gz -man/man1/bnstat.1.gz -man/man1/bntrackd.1.gz -man/man1/tgainfo.1.gz -man/man5/bnetd.conf.5.gz -man/man5/bntext.5.gz +share/man/man1/bnbot.1.gz +share/man/man1/bnchat.1.gz +share/man/man1/bnetd.1.gz +share/man/man1/bnftp.1.gz +share/man/man1/bni2tga.1.gz +share/man/man1/bnibuild.1.gz +share/man/man1/bniextract.1.gz +share/man/man1/bnilist.1.gz +share/man/man1/bnpass.1.gz +share/man/man1/bnstat.1.gz +share/man/man1/bntrackd.1.gz +share/man/man1/tgainfo.1.gz +share/man/man5/bnetd.conf.5.gz +share/man/man5/bntext.5.gz sbin/bnetd sbin/bntrackd %%D2%%sbin/d2cs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mjeP024329>