summaryrefslogtreecommitdiff
path: root/devel/tla/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tla/Makefile')
-rw-r--r--devel/tla/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile
index e109e973892..da0628d4b02 100644
--- a/devel/tla/Makefile
+++ b/devel/tla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/09/28 14:31:06 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:08 rillig Exp $
#
DISTNAME= tla-1.3.3
@@ -37,7 +37,7 @@ post-install:
# Install arch documentation.
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKDIR}/${DISTNAME}/src/docs-tla && \
- find . \( -name \*.css -or -name \*.html \
+ ${FIND} . \( -name \*.css -or -name \*.html \
-or -name \*.txt \) -print \
| ${PAX} -rwppm ${DOCDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCDIR}