Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 02:54:50 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389558 - head/audio/pulseaudio/files
Message-ID:  <201506140254.t5E2soZ0077916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Jun 14 02:54:49 2015
New Revision: 389558
URL: https://svnweb.freebsd.org/changeset/ports/389558

Log:
  Replace LOCALBASE with PREFIX, since this is where we install it.
  
  Submitted by:	jbeich@

Modified:
  head/audio/pulseaudio/files/pkg-message.in

Modified: head/audio/pulseaudio/files/pkg-message.in
==============================================================================
--- head/audio/pulseaudio/files/pkg-message.in	Sat Jun 13 22:57:17 2015	(r389557)
+++ head/audio/pulseaudio/files/pkg-message.in	Sun Jun 14 02:54:49 2015	(r389558)
@@ -9,10 +9,10 @@ To change the default sink (output):
 To change the default source (input):
 # pacmd set-default-source 3
 
-This can also be set in %%LOCALBASE%%/etc/pulse/default.pa
+This can also be set in %%PREFIX%%/etc/pulse/default.pa
 
 Replace the number '3' with the new default your want to set.
 
 
 The audio/freedesktop-sound-theme is needed if the default sound files
-are uncommented in the %%LOCALBASE%%/etc/pulse/default.pa file.
+are uncommented in the %%PREFIX%%/etc/pulse/default.pa file.



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