Date: Wed, 21 Feb 2024 15:18:44 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: de36b14986dd - main - dns/dnscap: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) Message-ID: <202402211518.41LFIi8l015595@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=de36b14986ddb8b4ef06210589309143cdb61373 commit de36b14986ddb8b4ef06210589309143cdb61373 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:26:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:28 +0000 dns/dnscap: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) --- dns/dnscap/Makefile | 1 + dns/dnscap/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index b3383b891e0e..a8992209fee4 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= libcrypto_CFLAGS=-I${OPENSSLINC}/include \ libcrypto_LIBS="-L${OPENSSLLIB}/lib -lcrypto" GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip OPTIONS_DEFINE= CDS DOCS THREADS diff --git a/dns/dnscap/pkg-plist b/dns/dnscap/pkg-plist index 1aa82be43846..2fd9af44d08e 100644 --- a/dns/dnscap/pkg-plist +++ b/dns/dnscap/pkg-plist @@ -22,7 +22,7 @@ lib/dnscap/rzkeychange.a lib/dnscap/rzkeychange.so lib/dnscap/txtout.a lib/dnscap/txtout.so -man/man1/dnscap-rssm-rssac002.1.gz -man/man1/dnscap.1.gz %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS %%PORTDOCS%%%%DOCSDIR%%/README.md +share/man/man1/dnscap-rssm-rssac002.1.gz +share/man/man1/dnscap.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211518.41LFIi8l015595>