svn commit: r424594 - head/www/varnish5

Mark Felder feld at FreeBSD.org
Tue Oct 25 00:14:04 UTC 2016


Author: feld
Date: Tue Oct 25 00:14:02 2016
New Revision: 424594
URL: https://svnweb.freebsd.org/changeset/ports/424594

Log:
  www/varnish5: Fix build
  
  Error happened from delete / re-add via repocopy.
  
  PR:		213761

Modified:
  head/www/varnish5/Makefile

Modified: head/www/varnish5/Makefile
==============================================================================
--- head/www/varnish5/Makefile	Mon Oct 24 22:59:22 2016	(r424593)
+++ head/www/varnish5/Makefile	Tue Oct 25 00:14:02 2016	(r424594)
@@ -32,7 +32,6 @@ USERS=		varnish varnishlog
 GROUPS=		varnish
 
 USE_RC_SUBR=	varnishd varnishlog varnishncsa
-SUB_FILES=	pkg-message
 .if defined(NO_INET6) || defined(WITHOUT_INET6)
 BAD_TESTS+=	r00832
 EXTRA_PATCHES+=	${FILESDIR}/no-inet6.patch


More information about the svn-ports-all mailing list