diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
commit | bb34de42c0ccac8e962cab97e064965d23f081de (patch) | |
tree | dd40b82023ab94a6839b4f4d440c3cd5cab978ee /lang/diveintopython | |
parent | 533c87fa4d98c0e6100d18f59559906241ed4230 (diff) | |
download | ports-bb34de42c0ccac8e962cab97e064965d23f081de.tar.gz ports-bb34de42c0ccac8e962cab97e064965d23f081de.zip |
Notes
Diffstat (limited to 'lang/diveintopython')
-rw-r--r-- | lang/diveintopython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/diveintopython/Makefile b/lang/diveintopython/Makefile index a9b427b85c94..88f3426b0842 100644 --- a/lang/diveintopython/Makefile +++ b/lang/diveintopython/Makefile @@ -42,9 +42,9 @@ post-patch: do-install: @ ${MKDIR} ${DIPDLDIR} - @ cd ${WRKSRC} && find *.html *.css images \ + @ cd ${WRKSRC} && ${FIND} *.html *.css images \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} - @ cd ${WRKDIR}/py && find * \ + @ cd ${WRKDIR}/py && ${FIND} * \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .for format in html html-flat pdf text word help xml common examples @ ${INSTALL_DATA} \ |