diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-06-14 02:54:49 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-06-14 02:54:49 +0000 |
commit | 9396414c12b68e0c563d631208d8b62bf34ef6c5 (patch) | |
tree | cb13aa8c2b22e66938360fc67b3996a52ef7cf9e | |
parent | 90030fa304ca7bd0a65e2823190ce03c5cd32a3c (diff) | |
download | ports-9396414c12b68e0c563d631208d8b62bf34ef6c5.tar.gz ports-9396414c12b68e0c563d631208d8b62bf34ef6c5.zip |
Replace LOCALBASE with PREFIX, since this is where we install it.
Submitted by: jbeich@
Notes
Notes:
svn path=/head/; revision=389558
-rw-r--r-- | audio/pulseaudio/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/files/pkg-message.in b/audio/pulseaudio/files/pkg-message.in index 87db4f24eaee..21e5598e8ee3 100644 --- a/audio/pulseaudio/files/pkg-message.in +++ b/audio/pulseaudio/files/pkg-message.in @@ -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. |