Prepare for path based autotools patch.

PR:		42403
Submitted by:	alane@freebsd.org
Reviewed by:	maintainer
Approved by:	maintainer
This commit is contained in:
Alan Eldridge 2002-09-04 11:16:08 +00:00
parent 8125e63bff
commit f3118b0a68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65596

View file

@ -246,7 +246,7 @@ post-patch::
@${CP} ${PATCHDIR}/smime.h ${WRKSRC}
pre-configure::
@(cd ${WRKSRC}; ${ACLOCAL} -I m4)
@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4)
.if defined(WITH_MUTT_NNTP)
SCRIPTS_ENV+= MUTT_NNTP="yes"