diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
commit | a2cac0231eb4e92e58b00a167574ee27c8f1c354 (patch) | |
tree | 1783d42db69482fe9b0585884987dd73e27606b8 /audio/pd | |
parent | 8e91f1a7ca722250d05e300697711f8bcfc60534 (diff) | |
download | freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.gz freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.zst freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.zip |
Use PAX macro.
Diffstat (limited to 'audio/pd')
-rw-r--r-- | audio/pd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 314127b362fc..530d35223dcc 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> |