In the Automated plist generation chapter, note that an empty pkg-plist
file should be created before attempting a 'make install'. Reported by: sexbear <sexbear@tmu.edu.tw>
This commit is contained in:
parent
ea47f7a67c
commit
5c8f4cd9f0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18089
1 changed files with 4 additions and 0 deletions
|
@ -6165,6 +6165,10 @@ pre-install:
|
|||
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r > OLD-DIRS</userinput></screen>
|
||||
|
||||
<para>Create an empty <filename>pkg-plist</filename> file:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>touch pkg-plist</userinput></screen>
|
||||
|
||||
<para>If your port honors <makevar>PREFIX</makevar> (which it should)
|
||||
you can then install the port and create the package list.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue