svn commit: r355267 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Sun May 25 20:58:15 UTC 2014


Author: mat
Date: Sun May 25 20:58:14 2014
New Revision: 355267
URL: http://svnweb.freebsd.org/changeset/ports/355267
QAT: https://qat.redports.org/buildarchive/r355267/

Log:
  SITE_PERL is relative to LOCALBASE, switch to PREFIX for the post-stage fixups.
  
  PR:		ports/189694
  Submitted by:	Paul J Murphy
  Sponsored by:	Absolight

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Sun May 25 20:07:24 2014	(r355266)
+++ head/Mk/Uses/perl5.mk	Sun May 25 20:58:14 2014	(r355267)
@@ -258,7 +258,7 @@ do-install:
 # TODO: change to ${_USE_PERL5:Mconfigure} when M::B creates .packlist
 .if ${USE_PERL5:Mconfigure} || ${USE_PERL5:Mmodbuildtiny} || ${USE_PERL5:Mfixpacklist}
 fix-packlist::
-	-@[ -d ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
+	-@[ -d ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
 .endif
 
 .if !target(regression-test)


More information about the svn-ports-all mailing list