From 9ab26c50e757b016baab010f1848e70930d79601 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 20 Sep 2000 05:14:10 +0000 Subject: Install rc.d control script as "foo" instead of "foo.sh" to comply with how NetBSD's rc.d system interprets script names. Also add appropriate REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system. --- comms/hylafax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/hylafax/Makefile') diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 0d54e961e4d..c2fd53477ed 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/09/05 12:50:52 rh Exp $ +# $NetBSD: Makefile,v 1.14 2000/09/20 05:14:10 jlam Exp $ # DISTNAME= hylafax-4.1beta2 @@ -44,6 +44,6 @@ post-build: <${FILESDIR}/hylafax.sh >${WRKDIR}/hylafax.sh; \ post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/hylafax.sh ${PREFIX}/etc/rc.d/hylafax.sh + ${INSTALL_SCRIPT} ${WRKDIR}/hylafax.sh ${PREFIX}/etc/rc.d/hylafax .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3