summaryrefslogtreecommitdiff
path: root/comms/hylafax/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-09-20 05:14:10 +0000
committerjlam <jlam@pkgsrc.org>2000-09-20 05:14:10 +0000
commit9ab26c50e757b016baab010f1848e70930d79601 (patch)
tree7a9e5bc09df1c0b7f00e130e375ea67861dddb42 /comms/hylafax/Makefile
parentdd8983b561979bc51e7cde31119a2946fec98936 (diff)
downloadpkgsrc-9ab26c50e757b016baab010f1848e70930d79601.tar.gz
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.
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r--comms/hylafax/Makefile4
1 files changed, 2 insertions, 2 deletions
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"