aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-09 14:00:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-09 14:00:10 +0000
commit8f27666cdf74c472987627748b8fe33b36820a04 (patch)
treecd330224585185927320ed518f6381f029b70e9d /mail/exim
parentfed77bd3d656c666eeaf0fc834278b818c16c791 (diff)
downloadports-8f27666cdf74c472987627748b8fe33b36820a04.tar.gz
ports-8f27666cdf74c472987627748b8fe33b36820a04.zip
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 9f31fff6d440..9a6f29590a2d 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -56,14 +56,14 @@ IGNORE= You cannot select both SA_KAS and SO_1024 options
.endif
.endif
-.if ${PORT_OPTIONS:MSA_EXIM) || defined(FETCH_ALL}
+.if ${PORT_OPTIONS:MSA_EXIM} || defined(FETCH_ALL)
MASTER_SITES+= http://marc.merlins.org/linux/exim/files/:sa_exim \
SF/sa-exim/sa-exim/${SA_EXIM_VERSION}:sa_exim
MASTER_SITE_SUBDIR+= sa-exim/:sa_exim
DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim
.endif
-.if ${PORT_OPTIONS:MSO_1024) || defined(FETCH_ALL}
+.if ${PORT_OPTIONS:MSO_1024} || defined(FETCH_ALL)
MASTER_SITES+= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/:so_1024
DISTFILES+= spamooborona1024-src-${SO_1024_VERSION}.tar.gz:so_1024
.endif