aboutsummaryrefslogtreecommitdiff
path: root/misc/tkrunit
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /misc/tkrunit
parentacfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff)
downloadports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz
ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'misc/tkrunit')
-rw-r--r--misc/tkrunit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkrunit/Makefile b/misc/tkrunit/Makefile
index 7c16ad054082..b3b4040f2633 100644
--- a/misc/tkrunit/Makefile
+++ b/misc/tkrunit/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 February, 1999
# Whom: Stephen Farrell <steve@farrell.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/04/27 03:24:44 taoka Exp $
#
DISTNAME= tkRunIt-0941
@@ -30,7 +30,7 @@ post-install:
@${ECHO} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish"
@${ECHO} "-------------------------------------------------------------------"
@${ECHO} " "
- @${MKDIR} ${PREFIX}/share/examples/tkrunit && chmod a+rx ${PREFIX}/share/examples/tkrunit
+ @${MKDIR} ${PREFIX}/share/examples/tkrunit && ${CHMOD} a+rx ${PREFIX}/share/examples/tkrunit
@${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${PREFIX}/share/examples/tkrunit
.include <bsd.port.mk>