Skip to content

Commit

Permalink
net/wifibox-core: 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 18, 2024
1 parent cc72421 commit c4a5550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion net/wifibox-core/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wifibox-core
PORTVERSION= 0.12.0
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= pali.gabor@gmail.com
Expand Down Expand Up @@ -42,7 +43,8 @@ GH_ACCOUNT= pgj
GH_PROJECT= freebsd-wifibox

NO_BUILD= yes
MAKE_ARGS+= GUEST_ROOT=${LOCALBASE}/share/wifibox \
MAKE_ARGS+= MANDIR=${STAGEDIR}${PREFIX}/share/man \
GUEST_ROOT=${LOCALBASE}/share/wifibox \
GUEST_MAN=${LOCALBASE}/man/man5/wifibox-alpine.5.gz \
VERSION=${PORTVERSION} \
RECOVERY_METHOD=${PORT_OPTIONS:MRECOVER_*:S/RECOVER_//:tl}
Expand Down
4 changes: 2 additions & 2 deletions net/wifibox-core/pkg-plist
Expand Up @@ -2,8 +2,8 @@
@sample etc/wifibox/core.conf.sample
@sample etc/devd/wifibox.conf.sample
etc/rc.d/wifibox
man/man5/wifibox-guest.5.gz
man/man8/wifibox.8.gz
sbin/wifibox
share/man/man5/wifibox-guest.5.gz
share/man/man8/wifibox.8.gz
@preexec /usr/bin/touch /var/log/wifibox.log
@preunexec /bin/rm -f /var/log/wifibox.log

0 comments on commit c4a5550

Please sign in to comment.