Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 14:00:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320335 - head/mail/exim
Message-ID:  <201306091400.r59E0BaF030639@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun  9 14:00:10 2013
New Revision: 320335
URL: http://svnweb.freebsd.org/changeset/ports/320335

Log:
  Fix conversions typos
  
  Reported by:	miwi

Modified:
  head/mail/exim/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Sun Jun  9 13:15:18 2013	(r320334)
+++ head/mail/exim/Makefile	Sun Jun  9 14:00:10 2013	(r320335)
@@ -56,14 +56,14 @@ IGNORE=		You cannot select both SA_KAS a
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306091400.r59E0BaF030639>