=================================================================== RCS file: /cvs/ports/cad/tkgate2/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/cad/tkgate2/Attic/Makefile 2009/09/06 08:38:56 1.2 +++ ports/cad/tkgate2/Attic/Makefile 2009/10/13 14:02:19 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2009/09/06 07:38:56 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2009/10/13 13:02:19 yason Exp $ COMMENT = Tcl/Tk based digital circuit editor and simulator -DISTNAME = tkgate-2.0-b9 +DISTNAME = tkgate-2.0-b10 CATEGORIES = cad x11 @@ -29,7 +29,8 @@ CONFIGURE_STYLE = gnu pre-patch: - @find ${WRKSRC} -name *.orig -exec rm {} \; - @find ${WRKSRC} -name *.*~ -exec rm {} \; +.for i in *.orig* *.bak* *.old *~ + @find ${WRKSRC} -name $i -exec rm {} \; +.endfor .include