aboutsummaryrefslogtreecommitdiff
path: root/net/coda5_doc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
commitbb34de42c0ccac8e962cab97e064965d23f081de (patch)
treedd40b82023ab94a6839b4f4d440c3cd5cab978ee /net/coda5_doc
parent533c87fa4d98c0e6100d18f59559906241ed4230 (diff)
downloadports-bb34de42c0ccac8e962cab97e064965d23f081de.tar.gz
ports-bb34de42c0ccac8e962cab97e064965d23f081de.zip
Notes
Diffstat (limited to 'net/coda5_doc')
-rw-r--r--net/coda5_doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/coda5_doc/Makefile b/net/coda5_doc/Makefile
index 3c13a694933e..fba24324ea32 100644
--- a/net/coda5_doc/Makefile
+++ b/net/coda5_doc/Makefile
@@ -100,7 +100,7 @@ do-build:
@${ECHO} "or two."
do-install:
- find ${WRKSRC} -type d -exec chmod 755 {} \;
+ ${FIND} ${WRKSRC} -type d -exec chmod 755 {} \;
cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -)
.if !defined(NOPORTDOCS)
cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)