diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-07 13:18:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-07 13:18:22 +0000 |
commit | ed7ab5650c049f7777cb78e4d841f742690cc9d6 (patch) | |
tree | f45e405d47786418c7d1d58ff46a0ef5cedaa72e /mail | |
parent | Upgrade to 2.3.20011106 (diff) |
Use LATEST_LINK = popper to stop confusing with qpopper
Submitted by: "Akinori MUSHA" <knu@iDaemons.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 65b9733c6550..6a9256fdff3e 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -50,6 +50,8 @@ CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" MAN8= popauth.8 popper.8 +LATEST_LINK= popper + post-patch: $(RM) ${WRKSRC}/md5.h $(CP) ${FILESDIR}/sendto.c ${WRKSRC} |