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:
Peter Pentchev 2003-09-08 07:47:30 +00:00
parent ea47f7a67c
commit 5c8f4cd9f0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18089

View file

@ -6165,6 +6165,10 @@ pre-install:
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r &gt; 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>