summaryrefslogtreecommitdiff
path: root/comms/hylafax/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-20 05:14:10 +0000
committerjlam <jlam>2000-09-20 05:14:10 +0000
commit82576b0183776231bcd578b8ad89befd1f3b2d17 (patch)
tree7a9e5bc09df1c0b7f00e130e375ea67861dddb42 /comms/hylafax/Makefile
parentd2577d5e637120c235a3c89c0532c47e6888b93c (diff)
downloadpkgsrc-82576b0183776231bcd578b8ad89befd1f3b2d17.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"