rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

24 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.10 2018/01/11 19:27:05 rpe Exp $
COMMENT= DNS queries reflector
DISTNAME= dnsreflector-1.03
CATEGORIES= net sysutils
REVISION= 0
HOMEPAGE= http://www.wolfermann.org/dnsreflector.html
MASTER_SITES= http://www.wolfermann.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnsreflector ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dnsreflector.1 ${PREFIX}/man/man1
.include <bsd.port.mk>