diff options
author | tonio <tonio@pkgsrc.org> | 2009-04-12 08:25:43 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-04-12 08:25:43 +0000 |
commit | f790814a93056455371ed22dd67de6397a9642b1 (patch) | |
tree | efbcf82a9969b675f0788b6960762ca53130b8a8 /mail/mutt-devel/Makefile | |
parent | 4832b1717829ee8ea35e813914ab59e110b6b10b (diff) | |
download | pkgsrc-f790814a93056455371ed22dd67de6397a9642b1.tar.gz |
Enable sidebar patch support, as provided by tonnerre@.
This also fixes PR pkg/35917
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 4b4ba4b3f97..c52740ccb77 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2009/02/05 13:45:28 tonio Exp $ +# $NetBSD: Makefile,v 1.74 2009/04/12 08:25:43 tonio Exp $ DISTNAME= mutt-1.5.19 PKGREVISION= 2 @@ -22,7 +22,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \ --with-docdir=${PREFIX}/share/doc/mutt \ --without-included-gettext \ --enable-external-dotlock \ @@ -61,7 +61,7 @@ INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR} SUBST_CLASSES+= paths SUBST_FILES.paths= doc/Muttrc SUBST_VARS.paths+= DOCDIR PREFIX -SUBST_STAGE.paths+= pre-configure +SUBST_STAGE.paths= pre-configure SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551 INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} |