diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-05-10 19:51:13 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-05-10 19:51:13 +0800 |
commit | 88774e07ec177dec81fcd5d0214ea065e6838cf8 (patch) | |
tree | 0e8c4620db41be4a5a455ef9819f4c6dfbd8c227 /mail/exact | |
parent | ccddc0cc38c53896246b52ec50bf566d7c284d83 (diff) | |
download | freebsd-ports-gnome-88774e07ec177dec81fcd5d0214ea065e6838cf8.tar.gz freebsd-ports-gnome-88774e07ec177dec81fcd5d0214ea065e6838cf8.tar.zst freebsd-ports-gnome-88774e07ec177dec81fcd5d0214ea065e6838cf8.zip |
Fix fetch (set FETCH_CMD to allow fetch to follow redirects).
Reported by: fenner's distfile survey
Diffstat (limited to 'mail/exact')
-rw-r--r-- | mail/exact/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exact/Makefile b/mail/exact/Makefile index 84abd873af9a..3fe55540d8f8 100644 --- a/mail/exact/Makefile +++ b/mail/exact/Makefile @@ -18,6 +18,7 @@ MAILGROUP?= mailnull MAILLOG?= /var/log/maillog EXACTDIR?= /var/exact +FETCH_CMD= /usr/bin/fetch -Rr USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-user=${MAILUSER} \ |