svn commit: r350676 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 9 09:53:10 UTC 2014


Author: bapt
Date: Wed Apr  9 09:53:09 2014
New Revision: 350676
URL: http://svnweb.freebsd.org/changeset/ports/350676
QAT: https://qat.redports.org/buildarchive/r350676/

Log:
  Drop support for non staged perl ports

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Wed Apr  9 09:49:02 2014	(r350675)
+++ head/Mk/Uses/perl5.mk	Wed Apr  9 09:53:09 2014	(r350676)
@@ -171,10 +171,8 @@ CONFIGURE_ARGS+=--install_path lib="${PR
 				--install_path bindoc="${MAN1PREFIX}/man/man1"
 CONFIGURE_SCRIPT?=	Build.PL
 PL_BUILD?=	Build
-.if !defined(NO_STAGE)
 CONFIGURE_ARGS+=--destdir ${STAGEDIR}
 DESTDIRNAME=	--destdir
-.endif
 .if ${_USE_PERL5:Mmodbuild}
 .if ${PORTNAME} != Module-Build
 BUILD_DEPENDS+=	${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build


More information about the svn-ports-all mailing list