svn commit: r428768 - head/devel/libvirt

Roman Bogorodskiy novel at FreeBSD.org
Sat Dec 17 15:41:53 UTC 2016


Author: novel
Date: Sat Dec 17 15:41:52 2016
New Revision: 428768
URL: https://svnweb.freebsd.org/changeset/ports/428768

Log:
  devel/libvirt: tabs/spaces cleanup
  
  Replace a couple of spaces with tabs to follow common style.
  
  PR:		215264
  Submitted by:	timp87 at gmail.com

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sat Dec 17 15:31:09 2016	(r428767)
+++ head/devel/libvirt/Makefile	Sat Dec 17 15:41:52 2016	(r428768)
@@ -108,7 +108,7 @@ SUB_LIST+=	PORTVERSION="-${PORTVERSION}"
 .include <bsd.port.options.mk>
 
 .if !${PLIST_SUB:MXEN}
-PLIST_SUB+=     XEN="@comment "
+PLIST_SUB+=	XEN="@comment "
 .endif
 
 CONF_FILES=	\
@@ -165,7 +165,7 @@ regression-test: build
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == amd64 || ${ARCH} == i386
-RUN_DEPENDS+=	dmidecode:${PORTSDIR}/sysutils/dmidecode
+RUN_DEPENDS+=	dmidecode:sysutils/dmidecode
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list