Changeset 28217 for trunk/dports


Ignore:
Timestamp:
Aug 24, 2007, 9:58:45 PM (17 years ago)
Author:
yves@…
Message:

linted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/XFree86/Portfile

    r28165 r28217  
    22
    33PortSystem 1.0
     4
    45name            XFree86
    56version         4.7.0
     
    7879            if { ![file exists ${prefix}/include/X11/X.h] } {
    7980                return -code error "
    80                
     81
    8182                    You have an Apple X11 installation already.
    8283                        MacPorts will not overwrite it.
     
    9293            } else {
    9394                return -code error "
    94                
     95
    9596                    You have an Apple X11 installation already.
    96                         MacPorts will not overwrite it. 
     97                        MacPorts will not overwrite it.
    9798
    9899                    If you really want to use XFree86 instead,
     
    104105        } elseif { [file exists ${prefix}/include/X11/X.h] } {
    105106            return -code error "
    106            
     107
    107108                    You have an Apple X11SDK installation already.
    108                         MacPorts will not overwrite it. 
     109                        MacPorts will not overwrite it.
    109110
    110111                    If you wish to use Apple X11,
Note: See TracChangeset for help on using the changeset viewer.