diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index b636d2851f43..264b6b3313ac 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -59,11 +59,11 @@ PLIST_SUB+= VORBIS="@comment " patch-autotools-libtool:: @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ + for f in ${LIBTOOLFILES}; do \ + ${CP} $$f $$f.tmp; \ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ + $$f.tmp > $$f; \ + ${RM} $$f.tmp; \ done); .include <bsd.port.post.mk> |