aboutsummaryrefslogtreecommitdiff
path: root/audio/csound-manual
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-manual')
-rw-r--r--audio/csound-manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile
index ad926802f451..1794e9cc4e4d 100644
--- a/audio/csound-manual/Makefile
+++ b/audio/csound-manual/Makefile
@@ -34,6 +34,6 @@ pre-install:
&& ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
do-install:
- cd ${WRKSRC} && pax -r -w * ${PREFIX}
+ cd ${WRKSRC} && ${PAX} -r -w * ${PREFIX}
.include <bsd.port.mk>