Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 12:18:34 +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: r317101 - head/devel/subversion16
Message-ID:  <201305021218.r42CIYTt035251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May  2 12:18:33 2013
New Revision: 317101
URL: http://svnweb.freebsd.org/changeset/ports/317101

Log:
  Fix syntaxe error introduced by conversion to new options framework

Modified:
  head/devel/subversion16/Makefile

Modified: head/devel/subversion16/Makefile
==============================================================================
--- head/devel/subversion16/Makefile	Thu May  2 12:14:35 2013	(r317100)
+++ head/devel/subversion16/Makefile	Thu May  2 12:18:33 2013	(r317101)
@@ -202,7 +202,7 @@ pre-configure:
 .endif
 
 post-build:
-.if ${PORT_OPTIONS:MMOD_DAV_SVN) && defined(WITH_MOD_DONTDOTHAT}
+.if ${PORT_OPTIONS:MMOD_DAV_SVN} && ${PORT_OPTIONS:MMOD_DONTDOTHAT}
 	cd ${WRKSRC}/contrib/server-side/mod_dontdothat && \
 		${APXS} -c -I${WRKSRC}/subversion/include -L${WRKSRC}/subversion/libsvn_subr/.libs -lsvn_subr-1 mod_dontdothat.c
 .endif



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