Index: usr.bin/awk/Makefile =================================================================== RCS file: /storage/freebsd/cvs/src/usr.bin/awk/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- usr.bin/awk/Makefile 17 May 2005 14:54:33 -0000 1.12 +++ usr.bin/awk/Makefile 15 Jun 2006 10:40:59 -0000 @@ -31,7 +31,7 @@ .for f in b.c main.c run.c ${f}: ${AWKSRC}/${f} ${.CURDIR}/${f}.diff - patch -s -b .orig -o ${.TARGET} < ${.CURDIR}/${f}.diff ${AWKSRC}/${f} + SIMPLE_BACKUP_SUFFIX='.orig' patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${AWKSRC}/${f} CLEANFILES+= ${f} .endfor --- freebsd-awk-patch.diff ends here ---