Changeset 14611 for trunk/dports


Ignore:
Timestamp:
Oct 13, 2005, 8:40:16 PM (18 years ago)
Author:
mww
Message:

Bug: #5293
Submitted by: ceagan@…
Reviewed by: mww@

fix post-install ui_msgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/bugzilla/Portfile

    r14553 r14611  
    1 # $Id: Portfile,v 1.5 2005/10/11 12:29:33 mww Exp $
     1# $Id: Portfile,v 1.6 2005/10/13 20:40:16 mww Exp $
    22PortSystem              1.0
    33
     
    119119        ui_msg "found here:"
    120120        ui_msg ""
    121         ui_msg "  ${wwwRoot}/${name}/localconfig"
     121        ui_msg "  ${prefix}/www/${name}/localconfig"
    122122        ui_msg ""
    123123        ui_msg "For the rest of the steps, the main ${name} directory"
    124124        ui_msg "can be found here (needed for step 7):"
    125125        ui_msg ""
    126         ui_msg "  ${wwwRoot}/${name}"
     126        ui_msg "  ${prefix}/www/${name}"
    127127        ui_msg "-----------------------------------------------------------"
    128128}
Note: See TracChangeset for help on using the changeset viewer.