svn commit: r320335 - head/mail/exim
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 9 14:00:11 UTC 2013
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
More information about the svn-ports-head
mailing list