pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-sdf



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Sep 10 22:28:37 UTC 2019

Modified Files:
        pkgsrc/textproc/p5-sdf: Makefile

Log Message:
Don't install *.orig. Ride recent import.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/p5-sdf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-sdf/Makefile
diff -u pkgsrc/textproc/p5-sdf/Makefile:1.1 pkgsrc/textproc/p5-sdf/Makefile:1.2
--- pkgsrc/textproc/p5-sdf/Makefile:1.1 Tue Sep 10 21:20:35 2019
+++ pkgsrc/textproc/p5-sdf/Makefile     Tue Sep 10 22:28:37 2019
@@ -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 @@ LICENSE=      2-clause-bsd
 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