diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-26 07:23:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-26 07:23:49 +0800 |
commit | f8c04c8dfd292d4bcd5576d8e43bb812a3e772b5 (patch) | |
tree | baaa9584265bff8412bdc06eb1c6e3465beb4328 /www | |
parent | c38b323e745800c1715865317f3650c32443f7fa (diff) | |
download | freebsd-ports-gnome-f8c04c8dfd292d4bcd5576d8e43bb812a3e772b5.tar.gz freebsd-ports-gnome-f8c04c8dfd292d4bcd5576d8e43bb812a3e772b5.tar.zst freebsd-ports-gnome-f8c04c8dfd292d4bcd5576d8e43bb812a3e772b5.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/libapreq2/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-libapreq2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/libapreq2/pkg-plist b/www/libapreq2/pkg-plist index 58a26ded684a..2ca70c0ff94c 100644 --- a/www/libapreq2/pkg-plist +++ b/www/libapreq2/pkg-plist @@ -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 diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index 069e3acef4ed..0fd01925ef69 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -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" |