diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index fdedffde3e..07d267d349 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -6165,6 +6165,10 @@ pre-install: &prompt.root; (cd /var/tmp/port-name && find -d * -type d) | sort -r > OLD-DIRS + Create an empty pkg-plist file: + + &prompt.root; touch pkg-plist + If your port honors PREFIX (which it should) you can then install the port and create the package list.