diff options
author | okazaki <okazaki@FreeBSD.org> | 2003-07-30 20:33:50 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2003-07-30 20:33:50 +0800 |
commit | b69d159a37ffbc85f0763c7fe76a1edb3db4c3a1 (patch) | |
tree | 8a643df3cbfa8a1048196a97e71bc0667d09804d /japanese | |
parent | 2049789931db00e7767d9c0ceefe80a77207a992 (diff) | |
download | freebsd-ports-gnome-b69d159a37ffbc85f0763c7fe76a1edb3db4c3a1.tar.gz freebsd-ports-gnome-b69d159a37ffbc85f0763c7fe76a1edb3db4c3a1.tar.zst freebsd-ports-gnome-b69d159a37ffbc85f0763c7fe76a1edb3db4c3a1.zip |
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 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) |