summaryrefslogtreecommitdiff
path: root/textproc/xalan-c/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
committerheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
commit18a916d5e6481b140ffb5e120e09d36645a44a11 (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /textproc/xalan-c/Makefile
parentd84262f580a6d28b6b7bde5294039c4f6e0999df (diff)
downloadpkgsrc-18a916d5e6481b140ffb5e120e09d36645a44a11.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r--textproc/xalan-c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 8f07a595f94..2846b834f05 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/24 15:13:20 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/27 00:53:10 heinz Exp $
#
DISTNAME= Xalan-C_1_0-linux
@@ -36,7 +36,7 @@ do-install:
${ECHO} creating ${PREFIX}/include/$${i}; \
${INSTALL_DATA_DIR} ${PREFIX}/include/$${i}; \
done; \
- for i in `find $${XMLDIRS} -type f -name "*.hpp"`; do \
+ for i in `find $${XMLDIRS} -type f -name "*.hpp" -print`; do \
${ECHO} installing ${PREFIX}/include/$${i}; \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/include/$${i}; \
done