svn commit: r472940 - head/sysutils/ssd_report

Devin Teske dteske at FreeBSD.org
Wed Jun 20 22:29:23 UTC 2018


Author: dteske
Date: Wed Jun 20 22:29:22 2018
New Revision: 472940
URL: https://svnweb.freebsd.org/changeset/ports/472940

Log:
  sysutils/ssd_report: Remove unnecessary FLAVOR declaration
  
  Holdover from D15876 interim state
  
  Reported by:	bdrewery
  Reviewed by:	mat (mentor)
  Approved by:	mat (mentor)
  Sponsored by:	Smule, Inc.
  Differential Revision:	https://reviews.freebsd.org/D15934

Modified:
  head/sysutils/ssd_report/Makefile

Modified: head/sysutils/ssd_report/Makefile
==============================================================================
--- head/sysutils/ssd_report/Makefile	Wed Jun 20 21:15:21 2018	(r472939)
+++ head/sysutils/ssd_report/Makefile	Wed Jun 20 22:29:22 2018	(r472940)
@@ -11,7 +11,6 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 FLAVORS=	smart smartmontools
-FLAVOR?=	${FLAVORS:[1]}
 
 smart_RUN_DEPENDS=		smart:sysutils/smart
 smartmontools_RUN_DEPENDS=	smartctl:sysutils/smartmontools


More information about the svn-ports-all mailing list