mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Only print the message during the first installation,
not at each upgrades
This commit is contained in:
parent
a82adb747b
commit
19a38d2261
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503442
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= jackit
|
||||
PORTVERSION= 0.125.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{
|
||||
message: <<EOD
|
||||
======================================================================
|
||||
It is recommended to run Jack with real-time priority (-R).
|
||||
|
||||
@ -24,3 +27,7 @@ combinations when COOKEDMODE=off. To achieve the best sound quality
|
||||
please make sure your hardware natively supports the sample-rate set
|
||||
in jackd_args, and set COOKEDMODE=off.
|
||||
======================================================================
|
||||
EOD,
|
||||
type: install
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user