From be83f03b3391ae39c5ab3adbc004b0254f68ffec Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Thu, 14 Mar 2024 15:05:10 +0100 Subject: [PATCH] sysutils/bsdconfig: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/bsdconfig/Makefile | 4 ++-- sysutils/bsdconfig/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index 93c6309882877..94bdf0ef64a02 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -1,6 +1,6 @@ PORTNAME= bsdconfig PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/ DISTNAME= ${PORTNAME}.130705 @@ -22,7 +22,7 @@ BSDCFG_LIBE= libexec/bsdconfig BSDCFG_SHARE= share/bsdconfig MAKE_ARGS+= LIBEXECDIR="${PREFIX}/libexec" \ - MANDIR="${PREFIX}/man/man" \ + MANDIR="${PREFIX}/share/man/man" \ SBINDIR="${PREFIX}/sbin" \ SHAREDIR="${PREFIX}/share" diff --git a/sysutils/bsdconfig/pkg-plist b/sysutils/bsdconfig/pkg-plist index 4f7fc55b0bb9d..2c6ee55ae8f8d 100644 --- a/sysutils/bsdconfig/pkg-plist +++ b/sysutils/bsdconfig/pkg-plist @@ -90,7 +90,6 @@ libexec/bsdconfig/include/network_device.hlp libexec/bsdconfig/include/options.hlp libexec/bsdconfig/include/tcp.hlp libexec/bsdconfig/include/usage.hlp -man/man8/bsdconfig.8.gz sbin/bsdconfig %%DATADIR%%/common.subr %%DATADIR%%/device.subr @@ -139,3 +138,4 @@ sbin/bsdconfig %%DATADIR%%/usermgmt/group_input.subr %%DATADIR%%/usermgmt/user_input.subr %%DATADIR%%/variable.subr +share/man/man8/bsdconfig.8.gz