Changeset 79355
- Timestamp:
- 06/10/11 14:59:22 (4 years ago)
- Location:
- trunk/dports/devel/fpp
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/fpp/Portfile
r75735 r79355 22 22 depends_build port:byacc 23 23 24 post-patch { 25 reinplace "s|@@MAKE@@|${build.cmd}|" ${worksrcpath}/Makefile 26 } 27 24 28 use_configure no 25 29 … … 27 31 CFLAGS="${configure.cflags} ${configure.cc_archflags}" \ 28 32 YACC=byacc 33 build.type gnu 29 34 30 35 destroot.destdir PREFIX=${destroot}${prefix} -
trunk/dports/devel/fpp/files/patch-Makefile
r21477 r79355 12 12 + @ echo "" 13 13 + mkdir $@; cp sparc/Makefile $@; 14 + cd $@; gmake14 + cd $@; @@MAKE@@ 15 15 + 16 16 +install:
Note: See TracChangeset
for help on using the changeset viewer.

