diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
commit | f3a1a0c10135fc987471f9b2991661a2a50cb95a (patch) | |
tree | 9184b94722299b9e1ad138596d58322a63cb8f56 /audio/pd | |
parent | 05541aed285fee53ad6c5455554dee2621beb054 (diff) |
Notes
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> |