aboutsummaryrefslogtreecommitdiff
path: root/print/adobe-cmaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/adobe-cmaps/Makefile')
-rw-r--r--print/adobe-cmaps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile
index 75636c4ef407..14e08fb0406a 100644
--- a/print/adobe-cmaps/Makefile
+++ b/print/adobe-cmaps/Makefile
@@ -22,7 +22,7 @@ RESOURCE= ${PREFIX}/share/ghostscript/Resource
do-install:
@${MKDIR} ${RESOURCE}/CIDFont
@${MKDIR} ${RESOURCE}/Font
- @cd ${WRKSRC} && find . \! -name '.*' \
+ @cd ${WRKSRC} && ${FIND} . \! -name '.*' \
| cpio --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${RESOURCE}
.include <bsd.port.mk>