Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 1999 20:01:08 +0200 (CEST)
From:      Martin Kammerhofer <dada@balu.kfunigraz.ac.at>
To:        doc@freebsd.org
Subject:   forgotten ``.tgz'' in handbook
Message-ID:  <Pine.BSF.3.96.990411195741.22428A-100000@localhost.kfunigraz.ac.at>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990411195741.22428A-100000>