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 /textproc/crimson | |
parent | 05541aed285fee53ad6c5455554dee2621beb054 (diff) |
Notes
Diffstat (limited to 'textproc/crimson')
-rw-r--r-- | textproc/crimson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index ff26b222e817..3859f3825ee1 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -34,7 +34,7 @@ do-install: @ ${MKDIR} ${DOCSDIR}; \ cd ${INSTALL_WRKSRC}; \ ${INSTALL_DATA} ${READMES} ${DOCSDIR}; \ - pax -rw docs examples ${DOCSDIR} + ${PAX} -rw docs examples ${DOCSDIR} .endif post-install: |