From b54861c8e488335997f3e368c17ab4a04f34dace Mon Sep 17 00:00:00 2001 From: phantom Date: Mon, 8 Jul 2002 15:26:41 +0000 Subject: Remove leftovers (read *.bak) of REINPLACE_CMD execution. --- devel/bugzilla2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/bugzilla2') diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index eb9ae42..9d0c0fa 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/Makefile @@ -74,6 +74,7 @@ post-patch: @${REINPLACE_CMD} -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' \ ${WRKSRC}/$i .endfor + @find ${WRKSRC} -name \*.bak -type f -exec ${RM} -f {} \; pre-install: @find ${WRKSRC}/docs -type d -exec ${CHMOD} 755 {} \; -- cgit v1.1