From 058f543db8e4387e123c3b409b2a6e5aa7d9e3cc Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 8 Sep 2004 11:21:50 +0000 Subject: Also remove .orig_dist files before installation; otherwise we get unwanted extra files installed. --- textproc/unroff/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/unroff') diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 27e32eb5139..4c9fa46798f 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 22:54:53 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/09/08 11:21:50 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -36,5 +36,6 @@ pre-patch: post-patch: @(cd ${WRKSRC} && ${FIND} . -name '*.orig' -print | ${XARGS} ${RM} -f) + @(cd ${WRKSRC} && ${FIND} . -name '*.orig_dist' -print | ${XARGS} ${RM} -f) .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3