pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Make sure perl is replaced where needed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f446c187a98
branches:  trunk
changeset: 500243:8f446c187a98
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Oct 04 17:51:05 2005 +0000

description:
Make sure perl is replaced where needed.
This fixes first part of PR 31466

diffstat:

 mail/mutt-devel/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 4dad982764af -r 8f446c187a98 mail/mutt-devel/Makefile
--- a/mail/mutt-devel/Makefile  Tue Oct 04 17:45:22 2005 +0000
+++ b/mail/mutt-devel/Makefile  Tue Oct 04 17:51:05 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2005/10/03 14:16:53 tonio Exp $
+# $NetBSD: Makefile,v 1.39 2005/10/04 17:51:05 tonio Exp $
 
 DISTNAME=              mutt-1.5.11
+PKGREVISION=   1
 CATEGORIES=            mail
 MUTT_SITES=            ftp://ftp.mutt.org/mutt/ \
                        ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \
@@ -19,7 +20,7 @@
 BUILD_USES_MSGFMT=     yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            perl:run
-REPLACE_PERL=          smime_keys */*.pl
+REPLACE_PERL=          *.pl */*.pl
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}                  \



Home | Main Index | Thread Index | Old Index