Skip to content

Commit

Permalink
sysutils/cbsd: Fix cbsd_md5: not found
Browse files Browse the repository at this point in the history
running cbsd bconstruct-tui raises an error:

/usr/local/cbsd/tools/get-profiles: /usr/local/cbsd/misc/cbsd_md5: not found

Github issue: cbsd/cbsd#759
  • Loading branch information
lbartoletti committed Mar 18, 2024
1 parent 98348fb commit 57fa18d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sysutils/cbsd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= cbsd
DISTVERSION= 14.0.6
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= olevole@olevole.ru
Expand Down Expand Up @@ -58,6 +59,8 @@ do-install:
${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/misc/src/sipcalc/sipcalc \
${STAGEDIR}${PREFIX}/cbsd/misc
${INSTALL_PROGRAM} ${WRKSRC}/misc/src/cbsd_md5/cbsd_md5 \
${STAGEDIR}${PREFIX}/cbsd/misc
${RM} -r ${STAGEDIR}${PREFIX}/cbsd/bin/cbsdsh \
${STAGEDIR}${PREFIX}/cbsd/bin/src \
${STAGEDIR}${PREFIX}/cbsd/lib \
Expand Down
1 change: 1 addition & 0 deletions sysutils/cbsd/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ cbsd/man/cbsd-jls.8
cbsd/man/cbsd.8
cbsd/misc/cbsd_dot
cbsd/misc/cbsd_fwatch
cbsd/misc/cbsd_md5
cbsd/misc/cbsdlogtail
cbsd/misc/cbsdtee
cbsd/misc/chk_arp_byip
Expand Down

0 comments on commit 57fa18d

Please sign in to comment.