Changeset 82705
- Timestamp:
- 08/18/11 12:16:07 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/ship84/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/ship84/Portfile
r82704 r82705 26 26 27 27 extract.mkdir yes 28 29 post-extract { 30 # DOS to UNIX line endings so we can patch properly. 31 fs-traverse file ${worksrcpath} { 32 switch [file extension ${file}] { 33 .c - 34 .h - 35 .txt { 36 reinplace "s|\r||g" ${file} 37 } 38 } 39 } 40 } 28 41 29 42 patchfiles patch-GNUmakefile.diff \
Note: See TracChangeset
for help on using the changeset viewer.

