svn commit: r341314 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 00:02:43 UTC 2014


Author: bapt
Date: Mon Jan 27 00:02:42 2014
New Revision: 341314
URL: http://svnweb.freebsd.org/changeset/ports/341314
QAT: https://qat.redports.org/buildarchive/r341314/

Log:
  Only defines the post-stage when needed

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Sun Jan 26 23:53:59 2014	(r341313)
+++ head/Mk/Uses/perl5.mk	Mon Jan 27 00:02:42 2014	(r341314)
@@ -258,9 +258,9 @@ do-install:
 .endif # ! USES=gmake
 .endif # modbuild
 
-post-stage::
 # TODO: change to ${_USE_PERL5:Mconfigure} when M::B creates .packlist
 .if ${USE_PERL5:Mconfigure} || ${USE_PERL5:Mmodbuildtiny}
+post-stage::
 	-@[ -d ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
 .endif
 .endif # defined(_POSTMKINCLUDED)


More information about the svn-ports-all mailing list