summaryrefslogtreecommitdiff
path: root/x11-toolkits/v
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:03:59 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:03:59 +0000
commit985ad018658ea12b1f67b9a76f8252fac0982438 (patch)
treec6a0fe4d0e9b03f6c013428cbbeb07d9a675df60 /x11-toolkits/v
parentUse the FIND and XARGS macros introduced in bsd.port.mk 1.391. (diff)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes: svn path=/head/; revision=93884
Diffstat (limited to 'x11-toolkits/v')
-rw-r--r--x11-toolkits/v/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile
index a236c7b575be..3997329acebf 100644
--- a/x11-toolkits/v/Makefile
+++ b/x11-toolkits/v/Makefile
@@ -44,8 +44,8 @@ post-install:
@${ECHO_MSG} "==> 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_MSG} "==> Extra docs installed. Note, you will need *tex to read 'em."
.endif
@${CAT} ${PKGMESSAGE}