Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2020 23:42:37 +0000 (UTC)
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533480 - head/sysutils/bsdstats/files
Message-ID:  <202004302342.03UNgbhJ085914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: salvadore
Date: Thu Apr 30 23:42:37 2020
New Revision: 533480
URL: https://svnweb.freebsd.org/changeset/ports/533480

Log:
  sysutils/bsdstats: Fix occurence of /usr/local
  
  Change an occurence of /usr/local that I inadvertently introduced with
  r533478 into %%PREFIX%%.
  
  Approved by:	gerald (mentor)

Modified:
  head/sysutils/bsdstats/files/pkg-message.in

Modified: head/sysutils/bsdstats/files/pkg-message.in
==============================================================================
--- head/sysutils/bsdstats/files/pkg-message.in	Thu Apr 30 23:37:57 2020	(r533479)
+++ head/sysutils/bsdstats/files/pkg-message.in	Thu Apr 30 23:42:37 2020	(r533480)
@@ -11,7 +11,7 @@ To disable parts of reporting, add these lines to /etc
 	monthly_statistics_report_ports="NO"
 
 To limit which ports are being submitted:
-	create /usr/local/etc/bsdstats.conf and list ports to report in
+	create %%PREFIX%%/etc/bsdstats.conf and list ports to report in
 	the form ${category}/${portname}, one entry per line. It is also
 	possible to use the special self explanatory keyword "all-ports".
 Example:



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