編集
特定のポートの指示を表示するための私の一般的な方法を更新するために、私はあなたが入力できることを学びました
port notes slocate
これは次を返します:
slocate's database should be updated on a regular basis. In
/opt/local/etc/daily.slocate, you'll find some lines to put in
/etc/daily.local to update the database on a daily basis (for example).
If you want to disable the weekly update of the system's built-in locate,
edit the file /etc/weekly.
OLD
非常に大雑把な方法は、Portfileを直接読み取り、インストール後のセクションを見ることです。例としてslocateを使用します。
port cat slocate | grep ui_msg
戻り値:
ui_msg "\nslocate's database should be updated on a regular basis. In"
ui_msg "${prefix}/etc/daily.slocate, you'll find some lines to put in"
ui_msg "/etc/daily.local to update the database on a daily basis (for example)."
ui_msg "If you want to disable the weekly update of the system's built-in locate,"
ui_msg "edit the file /etc/weekly.\n"
ご覧のとおり、からの出力port cat
は適切にフォーマットされていませんが、十分な情報が得られます。お役に立てれば!
/opt/local/etc/LaunchDaemons/org.macports.<package>/org.macports.<package>.plist