diff options
author | okazaki <okazaki@FreeBSD.org> | 2003-07-30 12:33:50 +0000 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2003-07-30 12:33:50 +0000 |
commit | b69d159a37ffbc85f0763c7fe76a1edb3db4c3a1 (patch) | |
tree | 8a643df3cbfa8a1048196a97e71bc0667d09804d /japanese | |
parent | 2049789931db00e7767d9c0ceefe80a77207a992 (diff) | |
download | FreeBSD-ports-b69d159a37ffbc85f0763c7fe76a1edb3db4c3a1.zip FreeBSD-ports-b69d159a37ffbc85f0763c7fe76a1edb3db4c3a1.tar.gz |
Use ${XARGS}.
Diffstat (limited to 'japanese')
-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 ad86b78..88d3f39 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) |