diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
commit | a2cac0231eb4e92e58b00a167574ee27c8f1c354 (patch) | |
tree | 1783d42db69482fe9b0585884987dd73e27606b8 /textproc/html | |
parent | 8e91f1a7ca722250d05e300697711f8bcfc60534 (diff) | |
download | freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.gz freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.zst freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.zip |
Use PAX macro.
Diffstat (limited to 'textproc/html')
-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 2a7fb8e55e7c..9f08b64ade50 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} |