Without this, Perl's MakeMaker generates Makefiles with 'MAKE=make' and

this is bad for subdirectory targets where $(MAKE) is used: pmake is
invoked instead of GNU Make, so make process chokes at this point,

NO PORTREVISION bump since the packages were bumped before and never built after
the 2.12 update.

PR:             ports/134889
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Pointyhat to:   myself
This commit is contained in:
Philip M. Gollucci 2009-05-25 23:23:49 +00:00
parent 0948f98e86
commit 2c53fd51f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234557
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ lib/libapreq2.so.%%SHLIB_MAJOR%%
%%APACHEMODDIR%%/mod_apreq2.a
%%APACHEMODDIR%%/mod_apreq2.la
%%APACHEMODDIR%%/mod_apreq2.so
%%WITH_MODPERL2%%%%SITE_PERL%%/%%PERL_ARCH%%/APR/DummyVersions.pm
%%WITH_MODPERL2%%%%SITE_PERL%%/%%PERL_ARCH%%/APR/Request.pm
%%WITH_MODPERL2%%%%SITE_PERL%%/%%PERL_ARCH%%/APR/Request.pod
%%WITH_MODPERL2%%%%SITE_PERL%%/%%PERL_ARCH%%/APR/Request/Apache2.pm

View File

@ -13,5 +13,6 @@ COMMENT= Generic Apache2 Request Library with perl binding
MASTERDIR= ${.CURDIR}/../libapreq2
WITH_MODPERL2= yes
MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this
.include "${MASTERDIR}/Makefile"