diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 11:38:29 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 11:38:29 +0000 |
commit | 39a7f86255001d4b80a591c9e73b6201ee277dda (patch) | |
tree | 6ca34d2b88ef8d4d5b27e8df8b52a5eac7ad64b6 /audio/festvox-el11 | |
parent | ac04188cee57a6d79cb9555e00ff68a31521173f (diff) | |
download | ports-39a7f86255001d4b80a591c9e73b6201ee277dda.tar.gz ports-39a7f86255001d4b80a591c9e73b6201ee277dda.zip |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes:
svn path=/head/; revision=93882
Diffstat (limited to 'audio/festvox-el11')
-rw-r--r-- | audio/festvox-el11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index e40aa7586ac1..99ada1efbd3d 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -30,7 +30,7 @@ FHOME= ${PREFIX}/share/festival 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: ${MKDIR} ${FHOME} |