Changeset 14456 for trunk/dports


Ignore:
Timestamp:
Oct 7, 2005, 1:56:00 AM (19 years ago)
Author:
markd
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
Modified Files:Portfile
I added and modified some ui_msg lines for usability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/nedi/Portfile

    r14437 r14456  
    1 # $Id: Portfile,v 1.2 2005/10/06 05:02:31 markd Exp $
     1# $Id: Portfile,v 1.3 2005/10/07 01:56:00 markd Exp $
    22
    33PortSystem      1.0
     
    3333
    3434worksrcdir              ${name}-${version}
     35
     36pre-fetch {
     37        ui_msg "\n #### It is recommended that you pre-install ####\n"
     38        ui_msg "\n #### port mysql4 with the +server variant.  ####\n"
     39        ui_msg "\n #### 'port install mysql4 +server'          ####\n"
     40}
    3541
    3642use_configure                   no
     
    7177ui_msg "\n#### To complete the NeDi OS X installation ####
    7278
    73 1) Re-install MySQL using the +server variant
     791) Setup MySQL
    7480-----------------------------------------------
    75 -Perform these commands
     81-If you didn't pre-install MySQL with the +server variant, re-install MySQL
    7682  sudo port -f uninstall mysql4
    7783  sudo port clean --all mysql4
Note: See TracChangeset for help on using the changeset viewer.