diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
-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/" \ |