Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2018 14:07:28 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480861 - head/sysutils/puppet6
Message-ID:  <201809281407.w8SE7SpK074713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Fri Sep 28 14:07:28 2018
New Revision: 480861
URL: https://svnweb.freebsd.org/changeset/ports/480861

Log:
  Fix build when EXAMPLES is set
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/puppet6/Makefile

Modified: head/sysutils/puppet6/Makefile
==============================================================================
--- head/sysutils/puppet6/Makefile	Fri Sep 28 13:52:12 2018	(r480860)
+++ head/sysutils/puppet6/Makefile	Fri Sep 28 14:07:28 2018	(r480861)
@@ -98,6 +98,5 @@ post-install-DOCS-on:
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/ext/rack/example-passenger-vhost.conf ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>



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