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