Skip to content

Commit

Permalink
net/endlessh: fix wrong use of STRIP
Browse files Browse the repository at this point in the history
 * STRIP_CMD was meant instead of STRIP, causing the
   build to hang when building unstripped packages.

PR:		264711
Submitted by:	Robert Clausecker <fuz fuz su>
  • Loading branch information
Sp1l committed Jun 20, 2022
1 parent 2327fe6 commit 0befb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/endlessh/Makefile
Expand Up @@ -29,6 +29,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${FILESDIR}/endlessh.newsyslog.conf \
${FILESDIR}/endlessh.conf.sample ${STAGEDIR}${PREFIX}/etc/
${STRIP} ${STAGEDIR}${PREFIX}/bin/endlessh
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/endlessh

.include <bsd.port.mk>

0 comments on commit 0befb0f

Please sign in to comment.