summaryrefslogtreecommitdiffstats
path: root/net/tdetect
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 /net/tdetect
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'net/tdetect')
-rw-r--r--net/tdetect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tdetect/Makefile b/net/tdetect/Makefile
index 0f6e767..56d5301 100644
--- a/net/tdetect/Makefile
+++ b/net/tdetect/Makefile
@@ -4,7 +4,7 @@
# Date created: Sun Jan 31, 1997
# Whom: shipley@dis.org
#
-# $Id: Makefile,v 1.1.1.1 1999/05/03 02:49:34 steve Exp $
+# $Id: Makefile,v 1.2 1999/07/04 19:18:49 obrien Exp $
#
DISTNAME= tdetect-0.2
@@ -28,7 +28,7 @@ post-install:
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/tdetect.sh; \
${ECHO} "ETHERNETDEV=ed0" >> ${PREFIX}/etc/rc.d/tdetect.sh; \
${ECHO} '[ -x ${PREFIX}/sbin/tdetect ] && ${PREFIX}/sbin/tdetect \$ETHERNETDEV && echo -n " tdetect"' >> ${PREFIX}/etc/rc.d/tdetect.sh; \
- chmod 750 ${PREFIX}/etc/rc.d/tdetect.sh; \
+ ${CHMOD} 750 ${PREFIX}/etc/rc.d/tdetect.sh; \
${ECHO} ''; \
${ECHO} 'IMPORTANT edit ${PREFIX}/etc/rc.d/tdetect.sh and set "ETHERNETDEV" to'; \
${ECHO} "the name of the ethernetdev you wish to monitor"; \
OpenPOWER on IntegriCloud