[79355] trunk/dports/devel/fpp

blb at macports.org blb at macports.org
Fri Jun 10 14:59:23 PDT 2011


Revision: 79355
          http://trac.macports.org/changeset/79355
Author:   blb at macports.org
Date:     2011-06-10 14:59:22 -0700 (Fri, 10 Jun 2011)
Log Message:
-----------
devel/fpp - use proper gnumake binary, ticket #29776

Modified Paths:
--------------
    trunk/dports/devel/fpp/Portfile
    trunk/dports/devel/fpp/files/patch-Makefile

Modified: trunk/dports/devel/fpp/Portfile
===================================================================
--- trunk/dports/devel/fpp/Portfile	2011-06-10 21:47:43 UTC (rev 79354)
+++ trunk/dports/devel/fpp/Portfile	2011-06-10 21:59:22 UTC (rev 79355)
@@ -21,10 +21,15 @@
 
 depends_build	port:byacc
 
+post-patch {
+	reinplace "s|@@MAKE@@|${build.cmd}|" ${worksrcpath}/Makefile
+}
+
 use_configure	no
 
 build.args	CC=${configure.cc} \
 		CFLAGS="${configure.cflags} ${configure.cc_archflags}" \
 		YACC=byacc
+build.type	gnu
 
 destroot.destdir	PREFIX=${destroot}${prefix}

Modified: trunk/dports/devel/fpp/files/patch-Makefile
===================================================================
--- trunk/dports/devel/fpp/files/patch-Makefile	2011-06-10 21:47:43 UTC (rev 79354)
+++ trunk/dports/devel/fpp/files/patch-Makefile	2011-06-10 21:59:22 UTC (rev 79355)
@@ -11,7 +11,7 @@
 +	@ echo "Read carefully fpp_license.ps before proceeding to use fpp."
 +	@ echo ""
 +	mkdir $@; cp sparc/Makefile $@;
-+	cd $@; gmake
++	cd $@; @@MAKE@@
 +
 +install:
 +	install -m 755 all/fpp $(PREFIX)/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110610/408daf47/attachment.html>


More information about the macports-changes mailing list