svn commit: r317101 - head/devel/subversion16

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 12:18:34 UTC 2013


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


More information about the svn-ports-all mailing list