diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /sysutils/upsmon | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'sysutils/upsmon')
-rw-r--r-- | sysutils/upsmon/Makefile | 4 |
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 |