summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /x11-toolkits
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/v/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile
index bb897ec..70b6aee 100644
--- a/x11-toolkits/v/Makefile
+++ b/x11-toolkits/v/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Feb 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.9 1998/12/27 23:53:44 billf Exp $
+# $Id: Makefile,v 1.10 1999/06/22 17:30:06 steve Exp $
#
DISTNAME= v-1.19
@@ -37,8 +37,8 @@ post-install:
@echo "==> Installing extra docs under ${PREFIX}/share/doc/v..."
${MKDIR} ${PREFIX}/share/doc/v
${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/v
- find ${PREFIX}/share/doc/v -type d -exec chmod 755 {} \;
- find ${PREFIX}/share/doc/v -type f -exec chmod 644 {} \;
+ find ${PREFIX}/share/doc/v -type d -exec ${CHMOD} 755 {} \;
+ find ${PREFIX}/share/doc/v -type f -exec ${CHMOD} 644 {} \;
@echo "==> Extra docs installed. Note, you will need *tex to read 'em."
.endif
@${CAT} ${PKGDIR}/MESSAGE
OpenPOWER on IntegriCloud