diff options
Diffstat (limited to 'devel/adabooch-doc-html/Makefile')
-rw-r--r-- | devel/adabooch-doc-html/Makefile | 2 |
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> |