summaryrefslogtreecommitdiff
path: root/net/bounce
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-24 01:32:22 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-24 01:32:22 +0000
commit1cae134ec1cbe95d417c7dac4feb107bf3520b87 (patch)
treee1ae8e167236bf742e91d76fd86448e342025311 /net/bounce
parentUpdate 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/Makefile2
-rw-r--r--net/bounce/pkg-plist2
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