aboutsummaryrefslogtreecommitdiffstats
path: root/net/bounce
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-11-24 09:32:22 +0800
committerpetef <petef@FreeBSD.org>2001-11-24 09:32:22 +0800
commit53de5520a217a94034010c5f62fd9688e5ed52e8 (patch)
tree9a923ad050cf7aba34b5ac39d6ce4418b9e4a686 /net/bounce
parenta7e82fdeec91284e78545ea6ef1920526ee68456 (diff)
downloadfreebsd-ports-gnome-53de5520a217a94034010c5f62fd9688e5ed52e8.tar.gz
freebsd-ports-gnome-53de5520a217a94034010c5f62fd9688e5ed52e8.tar.zst
freebsd-ports-gnome-53de5520a217a94034010c5f62fd9688e5ed52e8.zip
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