aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/upsmon
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /sysutils/upsmon
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadfreebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'sysutils/upsmon')
-rw-r--r--sysutils/upsmon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/upsmon/Makefile b/sysutils/upsmon/Makefile
index f69080539fcc..b90a449114d0 100644
--- a/sysutils/upsmon/Makefile
+++ b/sysutils/upsmon/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Oct 1998
# Whom: Igor Vinokurov <igor@zynaps.ru>
#
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1998/11/24 22:43:40 billf Exp $
#
DISTNAME= upsmon-2.1.3
@@ -21,7 +21,7 @@ do-install:
${SED} -e 's#!!PREFIX!!#${PREFIX}#g' ${FILESDIR}/upsmon.sh \
> ${PREFIX}/etc/rc.d/upsmon.sh
- @chmod +x ${PREFIX}/etc/rc.d/upsmon.sh
+ @${CHMOD} +x ${PREFIX}/etc/rc.d/upsmon.sh
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/upsmon