aboutsummaryrefslogtreecommitdiffstats
path: root/devel/adabooch-doc-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 /devel/adabooch-doc-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 'devel/adabooch-doc-html')
-rw-r--r--devel/adabooch-doc-html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/adabooch-doc-html/Makefile b/devel/adabooch-doc-html/Makefile
index 3cdb2b30b35e..7a2d23f59d16 100644
--- a/devel/adabooch-doc-html/Makefile
+++ b/devel/adabooch-doc-html/Makefile
@@ -29,6 +29,6 @@ pre-extract:
do-install:
@${MKDIR} ${PREFIX}/adabooch
@${MKDIR} ${PREFIX}/adabooch/html
- @(cd ${WRKSRC} && pax -r -w * ${PREFIX}/adabooch/html)
+ @(cd ${WRKSRC} && ${PAX} -r -w * ${PREFIX}/adabooch/html)
.include <bsd.port.mk>