diff options
author | petef <petef@FreeBSD.org> | 2001-11-24 09:32:22 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-24 09:32:22 +0800 |
commit | 53de5520a217a94034010c5f62fd9688e5ed52e8 (patch) | |
tree | 9a923ad050cf7aba34b5ac39d6ce4418b9e4a686 /net/bounce | |
parent | a7e82fdeec91284e78545ea6ef1920526ee68456 (diff) | |
download | freebsd-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/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 |