Changeset 3588 for trunk/base


Ignore:
Timestamp:
Oct 4, 2003, 8:37:44 AM (21 years ago)
Author:
fkr
Message:

Bug:
Submitted by:
Reviewed by: kevin@
Approved by:
Obtained from:

mention test, package and rpmpackage as possible targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/port.1

    r3306 r3588  
    100100.Dl build
    101101.Dl destroot
     102.Dl test
     103.Pp
     104There are also targets for packaging ports:
     105.Pp
     106.Dl package
     107.Dl rpmpackage
    102108.Pp
    103109.Sh EXAMPLES
     
    162168.Dl "port extract -d textproc/figlet extract.sufx=.tgz"
    163169.Pp
     170To package a port as an OS X package, use the "package" target:
     171.Pp
     172.Dl "port package gimp"
     173.Pp
     174To build an RPM from a port, use the "rpmpackage" target instead:
     175.Pp
     176.Dl "port rpmpackage gimp"
     177.Pp
    164178.Sh DIAGNOSTICS
    165179.Ex -std
Note: See TracChangeset for help on using the changeset viewer.