New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79355


Ignore:
Timestamp:
06/10/11 14:59:22 (4 years ago)
Author:
blb@…
Message:

devel/fpp - use proper gnumake binary, ticket #29776

Location:
trunk/dports/devel/fpp
Files:
2 edited

Legend:

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

    r75735 r79355  
    2222depends_build   port:byacc 
    2323 
     24post-patch { 
     25        reinplace "s|@@MAKE@@|${build.cmd}|" ${worksrcpath}/Makefile 
     26} 
     27 
    2428use_configure   no 
    2529 
     
    2731                CFLAGS="${configure.cflags} ${configure.cc_archflags}" \ 
    2832                YACC=byacc 
     33build.type      gnu 
    2934 
    3035destroot.destdir        PREFIX=${destroot}${prefix} 
  • trunk/dports/devel/fpp/files/patch-Makefile

    r21477 r79355  
    1212+       @ echo "" 
    1313+       mkdir $@; cp sparc/Makefile $@; 
    14 +       cd $@; gmake 
     14+       cd $@; @@MAKE@@ 
    1515+ 
    1616+install: 
Note: See TracChangeset for help on using the changeset viewer.