diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2003-07-30 12:33:50 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2003-07-30 12:33:50 +0000 |
commit | 3a84057c6e9b9d83974c633f3818ad16472c53e1 (patch) | |
tree | 6c56db6c6597560c15d2d84b4949731cb6a9e25e /japanese/groff | |
parent | 88ce61c4c2dffbf0fbfc6f0b6c2ec69ea69039a2 (diff) | |
download | ports-3a84057c6e9b9d83974c633f3818ad16472c53e1.tar.gz ports-3a84057c6e9b9d83974c633f3818ad16472c53e1.zip |
Notes
Diffstat (limited to 'japanese/groff')
-rw-r--r-- | japanese/groff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index ad86b789635f..88d3f39c3723 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -92,7 +92,7 @@ post-build: cd ${WRKSRC}/doc && makeinfo --no-split groff.texinfo .endif cd ${WRKSRC} && ${FIND} font -name DESC \ - | xargs ${REINPLACE_CMD} -e 's|pro \(.*\)|pro ${PREFIX}/bin/\1|g;' + | ${XARGS} ${REINPLACE_CMD} -e 's|pro \(.*\)|pro ${PREFIX}/bin/\1|g;' post-install: install-links .if !defined(WITHOUT_INFO) |