Skip to content

Commit

Permalink
sysutils/bsdconfig: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 14, 2024
1 parent ba7d7d4 commit be83f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion sysutils/bsdconfig/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit be83f03

Please sign in to comment.