diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-24 01:32:22 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-24 01:32:22 +0000 |
commit | 1cae134ec1cbe95d417c7dac4feb107bf3520b87 (patch) | |
tree | e1ae8e167236bf742e91d76fd86448e342025311 /net/bounce | |
parent | Update to 1.2.2 (diff) |
Install the bounce binary into ${PREFIX}/sbin, not ${PREFIX}/libexec.
PR: 19585
Submitted by: Nathan Yoder <njyoder@gummibears.nu>
Approved by: maintainer
Diffstat (limited to 'net/bounce')
-rw-r--r-- | net/bounce/Makefile | 2 | ||||
-rw-r--r-- | net/bounce/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile index aab7c30bb68c..d42bc68a7935 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -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> diff --git a/net/bounce/pkg-plist b/net/bounce/pkg-plist index db6656da48f6..fb7e97e1b366 100644 --- a/net/bounce/pkg-plist +++ b/net/bounce/pkg-plist @@ -1,2 +1,2 @@ @comment $FreeBSD$ -libexec/bounce +sbin/bounce |