aboutsummaryrefslogtreecommitdiff
path: root/textproc/linuxdoc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
commitf3a1a0c10135fc987471f9b2991661a2a50cb95a (patch)
tree9184b94722299b9e1ad138596d58322a63cb8f56 /textproc/linuxdoc
parent05541aed285fee53ad6c5455554dee2621beb054 (diff)
downloadports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.gz
ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.zip
Use PAX macro.
Notes
Notes: svn path=/head/; revision=98754
Diffstat (limited to 'textproc/linuxdoc')
-rw-r--r--textproc/linuxdoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile
index 1e7bf6f3aa0b..ee4cc7ac6bad 100644
--- a/textproc/linuxdoc/Makefile
+++ b/textproc/linuxdoc/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} ${INSTDIR}/*
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}