pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/unroff Also remove .orig_dist files before in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8920792b5ce5
branches:  trunk
changeset: 480391:8920792b5ce5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 08 11:21:50 2004 +0000

description:
Also remove .orig_dist files before installation; otherwise we get
unwanted extra files installed.

diffstat:

 textproc/unroff/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2e5c08e302ad -r 8920792b5ce5 textproc/unroff/Makefile
--- a/textproc/unroff/Makefile  Wed Sep 08 11:17:02 2004 +0000
+++ b/textproc/unroff/Makefile  Wed Sep 08 11:21:50 2004 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index