Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 15:41:52 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428768 - head/devel/libvirt
Message-ID:  <201612171541.uBHFfq0F049350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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