diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-04 17:51:05 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-04 17:51:05 +0000 |
commit | b66ecdba60f3640f167444a16b5ca33426a7e54c (patch) | |
tree | 677ca032e92f47cde4bd8c572a5a4636f9076184 /mail | |
parent | d3b75a7df2e62a9145223aae75058ad5f39b0c95 (diff) | |
download | pkgsrc-b66ecdba60f3640f167444a16b5ca33426a7e54c.tar.gz |
Make sure perl is replaced where needed.
This fixes first part of PR 31466
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index dd2bae77f6c..cba2fb79963 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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} \ |