Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 23:03:14 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321223 - head/mail/qmail
Message-ID:  <201306182303.r5IN3EaJ051696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Jun 18 23:03:14 2013
New Revision: 321223
URL: http://svnweb.freebsd.org/changeset/ports/321223

Log:
  - Fix options conversion for bmake
  
  Submitted by:	Joseph Schaefer <joesuf4@gmail.com>

Modified:
  head/mail/qmail/Makefile

Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile	Tue Jun 18 21:06:32 2013	(r321222)
+++ head/mail/qmail/Makefile	Tue Jun 18 23:03:14 2013	(r321223)
@@ -452,7 +452,7 @@ PATCHFILES+=	qmail-spf-rc5.patch:spf
 PLIST_SUB+=		EXTTODO=""
 DOCFILES_WRKSRC+=	EXTTODO
 
-. if !empty{PORT_OPTIONS:MBIG_TODO_PATCH) || !empty(PORT_OPTIONS:MBIGTODO)
+. if !empty(PORT_OPTIONS:MBIG_TODO_PATCH) || !empty(PORT_OPTIONS:MBIGTODO)
 MASTER_SITES+=	${MASTER_SITE_LOCAL:S/$/:ext_big_todo/}
 MASTER_SITE_SUBDIR+=	garga/qmail/:ext_big_todo
 EXT_BIG_TODO_PATCH=	ext_todo-20030105+big-todo.103.patch



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