svn commit: r472900 - head/sysutils/ssd_report

Mathieu Arnold mat at FreeBSD.org
Wed Jun 20 19:14:13 UTC 2018


Author: mat
Date: Wed Jun 20 19:14:11 2018
New Revision: 472900
URL: https://svnweb.freebsd.org/changeset/ports/472900

Log:
  Add a PKGNAMESUFFIX for the non default flavor.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/ssd_report/Makefile   (contents, props changed)

Modified: head/sysutils/ssd_report/Makefile
==============================================================================
--- head/sysutils/ssd_report/Makefile	Wed Jun 20 19:04:54 2018	(r472899)
+++ head/sysutils/ssd_report/Makefile	Wed Jun 20 19:14:11 2018	(r472900)
@@ -15,6 +15,7 @@ FLAVOR?=	${FLAVORS:[1]}
 
 smart_RUN_DEPENDS=		smart:sysutils/smart
 smartmontools_RUN_DEPENDS=	smartctl:sysutils/smartmontools
+smartmontools_PKGNAMESUFFIX=	-smartmontools
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	FrauBSD


More information about the svn-ports-all mailing list