summaryrefslogtreecommitdiff
path: root/textproc/unroff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-08 11:21:50 +0000
committerwiz <wiz@pkgsrc.org>2004-09-08 11:21:50 +0000
commit047b045c694310bd879de6699bdeb2c2b6c8359e (patch)
tree540cd2a21255310a383ba20c6af4154d85eab6ee /textproc/unroff
parent55b954c165d1b116c5a62caac67370c4f15b8c90 (diff)
downloadpkgsrc-047b045c694310bd879de6699bdeb2c2b6c8359e.tar.gz
Also remove .orig_dist files before installation; otherwise we get
unwanted extra files installed.
Diffstat (limited to 'textproc/unroff')
-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"