From 3c8b74ffbff082dcf5d29fd0a1a72ab535f68f2a Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 1 Oct 2000 11:22:36 +0000 Subject: Merge the two post-install targets into one. Fixes package installation. --- comms/hylafax/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'comms') diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index c2fd53477ed..230ca254169 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/09/20 05:14:10 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2000/10/01 11:22:36 rh Exp $ # DISTNAME= hylafax-4.1beta2 @@ -34,16 +34,14 @@ MANCOMPRESSED= yes SUID_EXES= ${PREFIX}/libexec/faxgetty ${PREFIX}/sbin/faxq \ ${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter -post-install: - ${CHOWN} ${FAXUSER} ${SUID_EXES} - ${CHMOD} 4555 ${SUID_EXES} - 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/bsd.pkg.mk" -- cgit v1.2.3