Changeset 2046 for trunk/dports


Ignore:
Timestamp:
Feb 18, 2003, 3:34:43 PM (21 years ago)
Author:
fkr
Message:

bump this port to version 5.4.
Submitted by maintainer (pogma@…).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ctags/Portfile

    r1819 r2046  
    11PortSystem 1.0
    22name            ctags
    3 version         5.3
     3version         5.4
    44categories      devel
    55maintainers     pogma@opendarwin.org
     
    2626                                http://switch.dl.sourceforge.net/sourceforge/ctags/
    2727                               
    28 checksums       md5 1518b5afcc24892bed1ed8e3a2532a7f
     28checksums       md5 09d901c38ede47a3b0cbcd4e3f461ce4
    2929
    3030configure.type  gnu
     
    3232
    3333install {
     34        system "install -d -m 755 ${destroot}${prefix}/bin"
     35        system "install -d -m 755 ${destroot}${prefix}/lib/ctags"
     36        system "install -d -m 755 ${destroot}${prefix}/include/ctags"
     37        system "install -d -m 755 ${destroot}${prefix}/man/man1"
    3438        system "install -m 755 ${worksrcpath}/ctags ${destroot}${prefix}/bin/exctags"
    3539        system "install ${worksrcpath}/ctags.1 ${destroot}${prefix}/man/man1/exctags.1"
    36         system "install -d -m 755 ${destroot}${prefix}/lib/ctags"
    37         system "install -d -m 755 ${destroot}${prefix}/include/ctags"
    3840        system "install -m 644 ${worksrcpath}/readtags.h ${destroot}${prefix}/include/ctags/"
    3941        system "install -m 644 ${worksrcpath}/readtags.o ${destroot}${prefix}/lib/ctags/"
Note: See TracChangeset for help on using the changeset viewer.