mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
78dc0ca84e
Add inc.build.mk which should be used by modules using Module::Build to build so that they respect PREFIX Grab maintainership PR: 55115 Approved by: demon (mentor)
20 lines
812 B
Plaintext
20 lines
812 B
Plaintext
%%SITE_PERL%%/Module/Build.pm
|
|
%%SITE_PERL%%/Module/Build/Base.pm
|
|
%%SITE_PERL%%/Module/Build/Compat.pm
|
|
%%SITE_PERL%%/Module/Build/Cookbook.pm
|
|
%%SITE_PERL%%/Module/Build/PPMMaker.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/Amiga.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/Default.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/EBCDIC.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/MPEiX.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/MacOS.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/RiscOS.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/Unix.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/VMS.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/VOS.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/Windows.pm
|
|
%%SITE_PERL%%/Module/Build/Platform/darwin.pm
|
|
@dirrm %%SITE_PERL%%/Module/Build/Platform
|
|
@dirrm %%SITE_PERL%%/Module/Build
|
|
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
|