Move mcast-proxy to sbin/, to match the location used in the rc script.

Alternative to a diff from Paul de Weerd (maintainer) to change the script,
ok with him.
This commit is contained in:
sthen 2017-08-07 12:34:24 +00:00
parent fd3287aa0e
commit cf4820e144
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2017/07/31 09:38:56 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2017/08/07 12:34:24 sthen Exp $
COMMENT = multicast proxy daemon
DISTNAME = mcast-proxy-1.0
CATEGORIES = net
REVISION = 1
REVISION = 2
MASTER_SITES = http://www.weirdnet.nl/openbsd/code/mcast-proxy/
@ -18,6 +18,6 @@ WANTLIB = c event
NO_TEST = Yes
FAKE_FLAGS = BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
FAKE_FLAGS = BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST,v 1.2 2017/07/31 08:03:40 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2017/08/07 12:34:24 sthen Exp $
@newgroup _mcastproxy:792
@newuser _mcastproxy:792:792:daemon:Multicast Proxy:/var/empty:/sbin/nologin
@bin bin/mcast-proxy
@man man/man5/mcast-proxy.conf.5
@man man/man8/mcast-proxy.8
@bin sbin/mcast-proxy
@rcscript ${RCDIR}/mcastproxy