svn commit: r458088 - head/www/mod_dav_svn

Lev A. Serebryakov lev at FreeBSD.org
Thu Jan 4 21:02:07 UTC 2018


Author: lev
Date: Thu Jan  4 21:02:06 2018
New Revision: 458088
URL: https://svnweb.freebsd.org/changeset/ports/458088

Log:
   Don't set USE_* after bsd.port.pre.mk
  
  PR:		224797
  Submitted by:	brnrd (with hat apache@)

Modified:
  head/www/mod_dav_svn/Makefile

Modified: head/www/mod_dav_svn/Makefile
==============================================================================
--- head/www/mod_dav_svn/Makefile	Thu Jan  4 20:58:50 2018	(r458087)
+++ head/www/mod_dav_svn/Makefile	Thu Jan  4 21:02:06 2018	(r458088)
@@ -18,9 +18,9 @@ PKGDIR=		${.CURDIR}
 
 SVN_BUILD_ADDONS=	yes
 
-.include "${MASTERDIR}/Makefile.common"
-
 USE_APACHE=	22+
+
+.include "${MASTERDIR}/Makefile.common"
 
 CONFIGURE_ARGS+=	--with-apxs=${APXS} \
 			--with-apache-libexecdir \


More information about the svn-ports-head mailing list