pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 perl5: find -> ${FIND}



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac681070249a
branches:  trunk
changeset: 323127:ac681070249a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 05 07:58:38 2019 +0000

description:
perl5: find -> ${FIND}

diffstat:

 lang/perl5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9671722bf645 -r ac681070249a lang/perl5/Makefile
--- a/lang/perl5/Makefile       Sun May 05 05:00:55 2019 +0000
+++ b/lang/perl5/Makefile       Sun May 05 07:58:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.253 2019/05/03 08:35:07 taca Exp $
+# $NetBSD: Makefile,v 1.254 2019/05/05 07:58:38 adam Exp $
 
 .include "license.mk"
 .include "Makefile.common"
@@ -294,7 +294,7 @@
                ${WRKSRC}/cpan/DB_File/hints/minix.pl
 
 pre-configure:
-       find ${WRKSRC} -name "*.orig" -type f -exec rm -f {} \;
+       ${FIND} ${WRKSRC} -name "*.orig" -type f -exec rm -f {} \;
 
 post-build:
        ${SED}  -e "s,@PERL5@,"${PERL5:Q}",g"                           \



Home | Main Index | Thread Index | Old Index