diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-15 07:43:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-15 07:43:01 +0000 |
commit | 2857e154b72f5f45f38a5f556bfb6de64db284d7 (patch) | |
tree | c70dd846b4bd74451afd6638fad931e864ccdfe7 /mail/fetchmail | |
parent | 768ee3d78c9a4186cbd5649ad9124764d2644b35 (diff) | |
download | pkgsrc-2857e154b72f5f45f38a5f556bfb6de64db284d7.tar.gz |
It's better to fix the configure script in pre-configure than in
post-configure.
From Masanori Mikawa in PR 26952.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index bcbd973749c..2b2939d96ec 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.146 2004/08/05 02:31:24 jlam Exp $ +# $NetBSD: Makefile,v 1.147 2004/09/15 07:43:01 wiz Exp $ DISTNAME= fetchmail-6.2.5 PKGREVISION= 2 @@ -38,7 +38,7 @@ post-extract: .endif .if defined(REPLACE_KERBEROS_LIBS) -post-configure: +pre-configure: cd ${WRKSRC} && \ for F in configure.in configure; do \ ${SED} -e "s/-lkrb -ldes/-lkrb -ldes -lcom_err -lroken/" \ |