diff options
Diffstat (limited to 'textproc/html/Makefile')
-rw-r--r-- | textproc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index cb66cfe61c19..2a7fb8e55e7c 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -34,7 +34,7 @@ pre-install: do-install: @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r) - @${CHMOD} ${SHAREMODE} `find ${INSTDIR} -type f` + @${CHMOD} ${SHAREMODE} `${FIND} ${INSTDIR} -type f` @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} post-install: |