summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
committertrevor <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
commita2cac0231eb4e92e58b00a167574ee27c8f1c354 (patch)
tree1783d42db69482fe9b0585884987dd73e27606b8 /audio
parent8e91f1a7ca722250d05e300697711f8bcfc60534 (diff)
downloadFreeBSD-ports-a2cac0231eb4e92e58b00a167574ee27c8f1c354.zip
FreeBSD-ports-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.gz
Use PAX macro.
Diffstat (limited to 'audio')
-rw-r--r--audio/csound-manual/Makefile2
-rw-r--r--audio/pd/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile
index ad92680..1794e9c 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>
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index 314127b..530d352 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -78,12 +78,12 @@ do-install:
.for ii in LICENSE README
${INSTALL_DATA} ${WRKSRC}/../${ii}.txt ${DOCSDIR}
.endfor
- cd ${WRKSRC}/../doc && pax -r -w * ${DOCSDIR}
+ cd ${WRKSRC}/../doc && ${PAX} -r -w * ${DOCSDIR}
.endif
.for ii in pd pdreceive pdsend
${INSTALL_MAN} ${WRKSRC}/../man/${ii}.1 ${PREFIX}/man/man1/
.endfor
${MKDIR} ${DATADIR}
- cd ${WRKSRC}/../extra && pax -r -w * ${DATADIR}
+ cd ${WRKSRC}/../extra && ${PAX} -r -w * ${DATADIR}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud