summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/unroff/Makefile3
1 files changed, 2 insertions, 1 deletions
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"