aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/urt
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /graphics/urt
parentacfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff)
downloadfreebsd-ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz
freebsd-ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.zst
freebsd-ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 081f7234fa39..bbcf367bb6a0 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -3,7 +3,7 @@
# Date created: Jan 5 1997
# Whom: cfs@ing.puc.cl (original)
#
-# $Id: Makefile,v 1.12 1999/01/10 18:11:45 steve Exp $
+# $Id: Makefile,v 1.13 1999/02/03 11:11:47 asami Exp $
#
DISTNAME= urt
@@ -68,9 +68,9 @@ post-install:
${RM} -rf doc; \
cd ${PREFIX}/share/examples/urt; \
${TAR} xf $(DISTDIR)/urt-img.tar; \
- chown -R root:wheel . ; \
- find . -type d -exec chmod 775 '{}' \; ; \
- find . -type f -exec chmod 664 '{}' \;
+ ${CHOWN} -R root:wheel . ; \
+ find . -type d -exec ${CHMOD} 775 '{}' \; ; \
+ find . -type f -exec ${CHMOD} 664 '{}' \;
.endif
.include <bsd.port.mk>