mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
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:
parent
2b68de5114
commit
1cae134ec1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50442
@ -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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $FreeBSD$
|
||||
libexec/bounce
|
||||
sbin/bounce
|
||||
|
Loading…
Reference in New Issue
Block a user