Ticket #39621: miriad-linebreaks.diff

File miriad-linebreaks.diff, 1.2 KB (added by pkgw (Peter Williams), 11 years ago)

Fix linebreaking of notes message.

  • ports/science/miriad/Portfile

    diff --git a/ports/science/miriad/Portfile b/ports/science/miriad/Portfile
    index 524bb1c..74ba4aa 100644
    a b pre-configure { 
    131131# .profile munging automatically, but I don't want to worry about having
    132132# to get that right.
    133133
    134 notes "MIRIAD programs are not in your \$PATH by default." \
    135       "You need to run 'source ${prefix}/lib/miriad/automiriad.sh' to set up" \
    136       "your shell environment to use MIRIAD. (Source ${prefix}/lib/miriad/automiriad.csh" \
    137       "if you use csh or tcsh.) *** The 'source' keyword is important here! ***" \
    138       "You can put this command in your .profile or other shell initialization " \
    139       "files to have your shells automatically set up to use MIRIAD."
     134notes "
     135MIRIAD programs are not in your \$PATH by default. You need to run 'source\
     136${prefix}/lib/miriad/automiriad.sh' to set up your shell environment to use\
     137MIRIAD. (Source ${prefix}/lib/miriad/automiriad.csh if you use csh or tcsh.)\
     138*** The 'source' keyword is important here! *** You can put this command in\
     139your .profile or other shell initialization files to have your shells\
     140automatically set up to use MIRIAD.
     141"
    140142
    141143# Miscellaneous variants.
    142144