diff --git a/ports/science/miriad/Portfile b/ports/science/miriad/Portfile
index 524bb1c..74ba4aa 100644
a
|
b
|
pre-configure { |
131 | 131 | # .profile munging automatically, but I don't want to worry about having |
132 | 132 | # to get that right. |
133 | 133 | |
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." |
| 134 | notes " |
| 135 | MIRIAD 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\ |
| 137 | MIRIAD. (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\ |
| 139 | your .profile or other shell initialization files to have your shells\ |
| 140 | automatically set up to use MIRIAD. |
| 141 | " |
140 | 142 | |
141 | 143 | # Miscellaneous variants. |
142 | 144 | |