From b75402ab64005a548435e9332a1c803bd42c898b Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Wed, 6 Mar 2024 21:02:37 -0800 Subject: [PATCH] dns/dnstable-convert: Move man pages to share/man Move the man pages. We no longer need post-install to install them. Sponsored by: DomainTools LLC --- dns/dnstable-convert/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dns/dnstable-convert/Makefile b/dns/dnstable-convert/Makefile index b6ce8e38b0344..742e0fa6c3575 100644 --- a/dns/dnstable-convert/Makefile +++ b/dns/dnstable-convert/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnstable-convert PORTVERSION= 0.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -21,12 +21,10 @@ RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip PLIST_FILES= bin/dnstable_convert bin/dnstable_unconvert \ - man/man1/dnstable_convert.1.gz \ - man/man1/dnstable_unconvert.1.gz - -post-install: - ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}/${PREFIX}/man/man1 + share/man/man1/dnstable_convert.1.gz \ + share/man/man1/dnstable_unconvert.1.gz .include