pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-sdf Don't install *.orig. Ride recent import.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f213e0ccbbe
branches: trunk
changeset: 401074:6f213e0ccbbe
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Sep 10 22:28:37 2019 +0000
description:
Don't install *.orig. Ride recent import.
diffstat:
textproc/p5-sdf/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7685c4d3740e -r 6f213e0ccbbe textproc/p5-sdf/Makefile
--- a/textproc/p5-sdf/Makefile Tue Sep 10 22:18:39 2019 +0000
+++ b/textproc/p5-sdf/Makefile Tue Sep 10 22:28:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/10 21:20:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/10 22:28:37 schmonz Exp $
DISTNAME= sdf-2.001beta1
PKGNAME= p5-${DISTNAME}
@@ -13,5 +13,8 @@
PERL5_PACKLIST= auto/SDF/.packlist
USE_LANGUAGES= # none
+pre-configure:
+ ${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM} -f
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index