diff options
author | jlam <jlam> | 2001-05-19 03:56:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-19 03:56:23 +0000 |
commit | 14497c4e54ef93397c94971e740cfbe73dd7b82e (patch) | |
tree | 35829def2637f8f91ecdb3daaeecb1424685adf2 /audio/mbrolavox-us2/Makefile | |
parent | db59d15cac4efb5a3898cfd6e08a83dc22ac43ac (diff) | |
download | pkgsrc-14497c4e54ef93397c94971e740cfbe73dd7b82e.tar.gz |
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'audio/mbrolavox-us2/Makefile')
-rw-r--r-- | audio/mbrolavox-us2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mbrolavox-us2/Makefile b/audio/mbrolavox-us2/Makefile index fc86ba1df02..e037769e0b3 100644 --- a/audio/mbrolavox-us2/Makefile +++ b/audio/mbrolavox-us2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/20 11:40:08 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/19 03:56:32 jlam Exp $ DISTNAME= us2-980812 PKGNAME= mbrolavox-${DISTNAME} @@ -23,7 +23,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 post-extract: @ ${CHMOD} -R a+r ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${MHOME} |