openbsd-ports/sysutils/freedt/Makefile
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

25 lines
427 B
Makefile

# $OpenBSD: Makefile,v 1.19 2018/01/11 19:27:10 rpe Exp $
COMMENT= reimplementation of Dan Bernstein's daemontools#'
DISTNAME= freedt-23
CATEGORIES= sysutils
REVISION= 2
HOMEPAGE= http://offog.org/code/freedt.html
# ISC
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
MASTER_SITES= http://offog.org/files/
CONFIGURE_STYLE= gnu
post-install:
rm -f ${PREFIX}/bin/recordio
mv ${PREFIX}/bin/{,f}argv0
.include <bsd.port.mk>