summaryrefslogtreecommitdiff
path: root/comms/hylafax
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-19 09:04:02 +0000
committerjlam <jlam>2002-09-19 09:04:02 +0000
commitd1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c (patch)
tree185ab29c04b06eec36c6497410047b36b8b6958d /comms/hylafax
parent504b932bf8ad52e5d5ac8e46b820da53731eca36 (diff)
downloadpkgsrc-d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c.tar.gz
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 53b6a683ea2..20a326b62ad 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2002/09/13 06:53:32 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2002/09/19 09:04:06 jlam Exp $
#
DISTNAME= hylafax-4.1
@@ -31,15 +31,9 @@ MANCOMPRESSED= yes
SUID_EXES= ${PREFIX}/libexec/faxgetty ${PREFIX}/sbin/faxq \
${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
-post-build:
- ${SED} -e 's#@SSH_CONF_DIR@#${SSH_CONF_DIR}#g' \
- -e 's#@PREFIX@#${PREFIX}#g' \
- <${FILESDIR}/hylafax.sh >${WRKDIR}/hylafax.sh; \
-
post-install:
${CHOWN} ${FAXUSER} ${SUID_EXES}
${CHMOD} 4555 ${SUID_EXES}
- ${INSTALL_SCRIPT} ${WRKDIR}/hylafax.sh ${PREFIX}/etc/rc.d/hylafax
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.install.mk"