Date: Wed, 21 Feb 2024 15:19:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8955c9f3d619 - main - sysutils/burp: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) Message-ID: <202402211519.41LFJnng018158@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8955c9f3d61993002708cb79595d82c40507d3fc commit 8955c9f3d61993002708cb79595d82c40507d3fc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:28:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:42 +0000 sysutils/burp: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) --- sysutils/burp/Makefile | 1 + sysutils/burp/pkg-plist | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile index a5ed2f46687c..334dca0b5e6a 100644 --- a/sysutils/burp/Makefile +++ b/sysutils/burp/Makefile @@ -20,6 +20,7 @@ USES= cpe libtool ncurses pkgconfig ssl tar:bz2 CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-all USE_RC_SUBR= burp diff --git a/sysutils/burp/pkg-plist b/sysutils/burp/pkg-plist index 51f25d668195..5cbac73308fa 100644 --- a/sysutils/burp/pkg-plist +++ b/sysutils/burp/pkg-plist @@ -7,12 +7,6 @@ bin/vss_strip @sample etc/burp/burp.conf.sample etc/burp/clientconfdir/incexc/example @sample etc/burp/clientconfdir/testclient.sample -man/man8/bedup.8.gz -man/man8/bsigs.8.gz -man/man8/bsparse.8.gz -man/man8/burp.8.gz -man/man8/burp_ca.8.gz -man/man8/vss_strip.8.gz sbin/bedup sbin/bsigs sbin/bsparse @@ -23,4 +17,10 @@ sbin/burp_ca %%DATADIR%%/scripts/ssl_extra_checks_script %%DATADIR%%/scripts/summary_script %%DATADIR%%/scripts/timer_script +share/man/man8/bedup.8.gz +share/man/man8/bsigs.8.gz +share/man/man8/bsparse.8.gz +share/man/man8/burp.8.gz +share/man/man8/burp_ca.8.gz +share/man/man8/vss_strip.8.gz @dir /var/spool/burp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211519.41LFJnng018158>