Install the bounce binary into ${PREFIX}/sbin, not ${PREFIX}/libexec.

PR:		19585
Submitted by:	Nathan Yoder <njyoder@gummibears.nu>
Approved by:	maintainer
This commit is contained in:
Pete Fritchman 2001-11-24 01:32:22 +00:00
parent 2b68de5114
commit 1cae134ec1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50442
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
@comment $FreeBSD$
libexec/bounce
sbin/bounce