diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-19 09:04:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-19 09:04:02 +0000 |
commit | 5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6 (patch) | |
tree | 185ab29c04b06eec36c6497410047b36b8b6958d /comms/hylafax | |
parent | 26ffd9ecf001eea6ac61f806c06dfb733a4c6634 (diff) | |
download | pkgsrc-5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6.tar.gz |
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 8 |
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" |