From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- sysutils/upsmon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/upsmon/Makefile') 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 # -# $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 -- cgit v1.2.3