New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80019


Ignore:
Timestamp:
07/01/11 23:29:50 (4 years ago)
Author:
jmr@…
Message:

munin: correct shebang lines in several scripts (#25583)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/munin/Portfile

    r69144 r80019  
    66name                munin 
    77version             1.4.4 
     8revision            1 
    89categories          net 
    910maintainers         alpha 
     
    3839                    patch-Makefile.config \ 
    3940                    patch-munin-node.conf.in 
     41post-patch { 
     42    reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \ 
     43        ${worksrcpath}/master/_bin/munin-update.in \ 
     44        ${worksrcpath}/node/extras/munin-node-sched \ 
     45        ${worksrcpath}/node/extras/munin-node-simple.in \ 
     46        ${worksrcpath}/node/bin/munindoc \ 
     47        ${worksrcpath}/contrib/munin-every-services-all-boxes-build-html.in \ 
     48        ${worksrcpath}/node/sbin/munin-node \ 
     49        ${worksrcpath}/node/sbin/munin-node-configure \ 
     50        ${worksrcpath}/node/sbin/munin-run 
     51} 
     52 
    4053build.target        build 
    4154build.args          PREFIX=${prefix} \ 
Note: See TracChangeset for help on using the changeset viewer.