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 2a7fb8e..9f08b64 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -33,7 +33,7 @@ pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} do-install: - @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r) + @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; ${PAX} -r) @${CHMOD} ${SHAREMODE} `${FIND} ${INSTDIR} -type f` @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} |