aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/html
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-22 16:05:25 +0800
committertrevor <trevor@FreeBSD.org>2004-01-22 16:05:25 +0800
commita2cac0231eb4e92e58b00a167574ee27c8f1c354 (patch)
tree1783d42db69482fe9b0585884987dd73e27606b8 /textproc/html
parent8e91f1a7ca722250d05e300697711f8bcfc60534 (diff)
downloadfreebsd-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/Makefile2
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}