From owner-freebsd-doc Sun Apr 11 21:44:14 1999 Delivered-To: freebsd-doc@freebsd.org Received: from kaa.kfunigraz.ac.at (KAA-ATM.kfunigraz.ac.at [143.50.202.22]) by hub.freebsd.org (Postfix) with ESMTP id C193614E21 for ; Sun, 11 Apr 1999 21:43:58 -0700 (PDT) (envelope-from dada@balu.kfunigraz.ac.at) Received: from balu.kfunigraz.ac.at (balu [143.50.16.16]) by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id GAA26771 for ; Mon, 12 Apr 1999 06:41:39 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:atOP6uZeYPblmUnZji+jMUsCpGcc8BM6@BONLINEA17.kfunigraz.ac.at [143.50.36.17]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id GAA19747 for ; Mon, 12 Apr 1999 06:41:37 +0200 (MDT) Received: from localhost (9aZaAOvvliKNcfEJp91flEHtOQGvcXbu@localhost.kfunigraz.ac.at [127.0.0.1]) by localhost.kfunigraz.ac.at (8.8.8/8.8.8) with SMTP id UAA22438 for ; Sun, 11 Apr 1999 20:01:09 +0200 (CEST) (envelope-from dada@localhost.kfunigraz.ac.at) Date: Sun, 11 Apr 1999 20:01:08 +0200 (CEST) From: Martin Kammerhofer Reply-To: Martin Kammerhofer To: doc@freebsd.org Subject: forgotten ``.tgz'' in handbook Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following handbook section has a tiny bug: 4.7.1.4. Testing the port You should make sure that the port rules do exactly what you want it to do, including packaging up the port. These are the important points you need to verify: PLIST does not contain anything not installed by your port PLIST contains everything that is installed by your port your port can be installed multiple times using the reinstall target your port cleans up after itself upon deinstall The recommended ordering of tests is: 1.make install 2.make package 3.make deinstall 4.pkg_add `make package-name` ^^^^^^^^^^^^^^ suffix missing CORRECT: 4.pkg_add `make package-name`.tgz HTH, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message