Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2017 16:25:48 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432933 - head/Mk/Uses
Message-ID:  <201701311625.v0VGPmFD045019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan 31 16:25:48 2017
New Revision: 432933
URL: https://svnweb.freebsd.org/changeset/ports/432933

Log:
  This is actually only for Module::Build, not the ::Tiny version.
  
  Pointy hat:	mat
  Sponsored by:	Absolight

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Tue Jan 31 16:21:45 2017	(r432932)
+++ head/Mk/Uses/perl5.mk	Tue Jan 31 16:25:48 2017	(r432933)
@@ -192,13 +192,13 @@ CONFIGURE_ARGS+=--install_path lib="${PR
 		--install_path script="${PREFIX}/bin" \
 		--install_path bin="${PREFIX}/bin" \
 		--install_path libdoc="${MAN3PREFIX}/man/man3" \
-		--install_path bindoc="${MAN1PREFIX}/man/man1" \
-		--perl="${PERL}"
+		--install_path bindoc="${MAN1PREFIX}/man/man1"
 CONFIGURE_SCRIPT?=	Build.PL
 PL_BUILD?=	Build
 CONFIGURE_ARGS+=--destdir ${STAGEDIR}
 DESTDIRNAME=	--destdir
 .    if ${_USE_PERL5:Mmodbuild}
+CONFIGURE_ARGS+=--perl="${PERL}"
 .      if ${PORTNAME} != Module-Build
 BUILD_DEPENDS+=	p5-Module-Build>=0.4206:devel/p5-Module-Build
 .      endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701311625.v0VGPmFD045019>