Date: Mon, 12 Feb 2018 16:01:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461601 - head/net/cloud-init-azure Message-ID: <201802121601.w1CG17O1019010@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Feb 12 16:01:07 2018 New Revision: 461601 URL: https://svnweb.freebsd.org/changeset/ports/461601 Log: - Add missing dir to PLIST_DIR Approved by: portmgr blanket Modified: head/net/cloud-init-azure/Makefile Modified: head/net/cloud-init-azure/Makefile ============================================================================== --- head/net/cloud-init-azure/Makefile Mon Feb 12 16:00:42 2018 (r461600) +++ head/net/cloud-init-azure/Makefile Mon Feb 12 16:01:07 2018 (r461601) @@ -41,7 +41,7 @@ PYDISTUTILS_INSTALLARGS+= "--init-system=sysvinit_free ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= currently depends on dmidecode which is x86-only -PLIST_DIRS= /var/lib/cloud +PLIST_DIRS= /var/lib/cloud /var/lib post-patch: ${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/setup.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121601.w1CG17O1019010>