diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-09 22:00:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-09 22:00:10 +0800 |
commit | 619d3862ef669cf0b179f73546c035fa1beba589 (patch) | |
tree | cd330224585185927320ed518f6381f029b70e9d /mail/exim | |
parent | 6d3de952f519b4dafb810588244f2398b7077f19 (diff) | |
download | freebsd-ports-gnome-619d3862ef669cf0b179f73546c035fa1beba589.tar.gz freebsd-ports-gnome-619d3862ef669cf0b179f73546c035fa1beba589.tar.zst freebsd-ports-gnome-619d3862ef669cf0b179f73546c035fa1beba589.zip |
Fix conversions typos
Reported by: miwi
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 |
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 |