diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-06-23 10:09:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-06-23 10:09:22 +0000 |
commit | 4726b54ea89afe9a4a5c778924d971b3ff7bde47 (patch) | |
tree | 88cd0ae2040e437bc1b35397c5e6c922748333c3 /Mk/bsd.port.mk | |
parent | Update to 2.29 (diff) |
Fix plist for perl ports using devel/p5-Module-Build
PR: ports/79330
Approved by: portmgr (kris with pointyhat help)
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c62a5c599376..420256e35bf2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1698,6 +1698,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build ALL_TARGET?= PL_BUILD?= Build CONFIGURE_ARGS+= \ + create_packlist=0 \ install_path=lib="${PREFIX}/${SITE_PERL_REL}" \ install_path=arch="${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}" \ install_path=script="${PREFIX}/bin" \ |