New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79495


Ignore:
Timestamp:
06/15/11 17:46:20 (4 years ago)
Author:
ryandesign@…
Message:

fish: whitespace changes / reformatting / add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/shells/fish/Portfile

    r79494 r79495  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 
    12# $Id$ 
    23 
    3 PortSystem 1.0 
     4PortSystem              1.0 
    45 
    56name                    fish 
     
    1415homepage                http://fishshell.com/ 
    1516master_sites            ${homepage}files/${version}/ 
     17use_bzip2               yes 
    1618 
    1719checksums               md5     ead6b7c6cdb21f35a3d4aa1d5fa596f1 \ 
    1820                        sha1    3a6a5d0cfff348e5f9b1e7cd771865fd1dcd802e \ 
    1921                        rmd160  820b7a57f31b98a6faf1520b356a06422891e787 
    20 use_bzip2               yes 
    2122 
    2223livecheck.type          regex 
    2324livecheck.regex         fish-(.*?).tar.bz2 
    2425 
    25 depends_build   bin:doxygen:doxygen 
    26 depends_lib     lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext 
     26depends_build           bin:doxygen:doxygen 
     27depends_lib             lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext 
    2728 
    28 configure.ccache no 
     29configure.ccache        no 
    2930 
    30 configure.args  --mandir=${prefix}/share/man --without-xsel 
     31configure.args          --mandir=${prefix}/share/man \ 
     32                        --without-xsel 
    3133 
    3234platform darwin { 
Note: See TracChangeset for help on using the changeset viewer.