From d6a45e9f5edf0d171b269747376da12121354981 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 8 Jan 2024 17:46:38 +0100 Subject: MANPREFIX: eleminate its usage and move man to share/man --- dns/dnsutl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns/dnsutl/Makefile') diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index 0a7230612f8d..d00040b2f473 100644 --- a/dns/dnsutl/Makefile +++ b/dns/dnsutl/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnsutl PORTVERSION= 1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -22,6 +22,6 @@ MAKE_JOBS_UNSAFE= yes USES= groff post-install: - ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include -- cgit v1.2.3