summaryrefslogtreecommitdiffstats
path: root/comms/hylafax
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /comms/hylafax
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 89b01f5..df477ea 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 Apr 1997
# Whom: ports@freebsd.org
#
-# $Id: Makefile,v 1.24 1999/04/14 00:26:56 scrappy Exp $
+# $Id: Makefile,v 1.25 1999/05/09 16:27:52 steve Exp $
#
DISTNAME= hylafax-v4.0pl2
@@ -56,8 +56,8 @@ SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \
${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
post-install:
- chown uucp ${SUID_EXES}
- chmod 4555 ${SUID_EXES}
+ ${CHOWN} uucp ${SUID_EXES}
+ ${CHMOD} 4555 ${SUID_EXES}
@if [ ! -f ${PREFIX}/etc/rc.d/hylafax.sh.sample ]; then \
${CP} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/etc/rc.d; \
fi
OpenPOWER on IntegriCloud