diff options
author | dougb <dougb@FreeBSD.org> | 2004-05-22 22:31:01 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-05-22 22:31:01 +0000 |
commit | a71918e97cc28f3fc237c3459f25efdace83009c (patch) | |
tree | b4b8d644234d562e122c2ca7efbcbefbfa8f7cd9 /mail/pine4/Makefile | |
parent | c51cf33e64552e1c8e1b0bae5a7c36e6ab1f70ec (diff) | |
download | FreeBSD-ports-a71918e97cc28f3fc237c3459f25efdace83009c.zip FreeBSD-ports-a71918e97cc28f3fc237c3459f25efdace83009c.tar.gz |
Update to version 4.60, the latest from UW. Several new features and many
bug fixes are included. See
http://www.washington.edu/pine/changes/4.58-to-4.60.html for more information.
One wonky master site is removed, thanks to fenner's distfile survey,
and patches are regenerated as needed.
The idea for the patch to obey ${CC} came from the PR, the implementation is
my own.
PR: ports/65232
Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'mail/pine4/Makefile')
-rw-r--r-- | mail/pine4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 065aaa2..b3ffd65 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -6,12 +6,11 @@ # PORTNAME= pine -PORTVERSION= 4.58 +PORTVERSION= 4.60 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ http://mirror.sit.wisc.edu/pub/net/mail/pine/ \ ftp://sunsite.icm.edu.pl/pub/unix/mail/pine/ \ - ftp://mirrors.unam.mx/pub/pine/ \ ftp://ftp.uni-magdeburg.de/pub/mirror/ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/unix/mail/pine/ \ ftp://ftp.ut.ee/pub/unix/mail/pine/ \ @@ -49,6 +48,10 @@ pre-fetch: .endif post-patch: +.for f in build buildcyg + @${CP} ${WRKSRC}/${f} ${WRKSRC}/${f}.presed + @${SED} -e 's:CC=cc:CC=${CC}:g' ${WRKSRC}/${f}.presed > ${WRKSRC}/${f} +.endfor @for i in ${WRKSRC}/README ${WRKSRC}/doc/pine.1 \ ${WRKSRC}/doc/tech-notes.txt ${WRKSRC}/doc/tech-notes/*.html \ ${WRKSRC}/pico/osdep/os-bsf.h \ |