aboutsummaryrefslogtreecommitdiff
path: root/sysutils/puppet6
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2018-09-28 14:07:28 +0000
committerRomain Tartière <romain@FreeBSD.org>2018-09-28 14:07:28 +0000
commit4b32ecc401f3977b28e175fbc3a6c5ebd794ddf4 (patch)
tree24493eaeb30c1cc4338ad9d4023c9357b7c6fbc7 /sysutils/puppet6
parentb9a263c49387578a99e5a37485ff46d4cc488636 (diff)
downloadports-4b32ecc401f3977b28e175fbc3a6c5ebd794ddf4.tar.gz
ports-4b32ecc401f3977b28e175fbc3a6c5ebd794ddf4.zip
Fix build when EXAMPLES is set
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=480861
Diffstat (limited to 'sysutils/puppet6')
-rw-r--r--sysutils/puppet6/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile
index ae77751efcec..e1f11062508f 100644
--- a/sysutils/puppet6/Makefile
+++ b/sysutils/puppet6/Makefile
@@ -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>