svn commit: r484668 - head/devel/powerpc64-gcc

Antoine Brodin antoine at FreeBSD.org
Sun Nov 11 08:48:08 UTC 2018


Author: antoine
Date: Sun Nov 11 08:48:07 2018
New Revision: 484668
URL: https://svnweb.freebsd.org/changeset/ports/484668

Log:
  Remove orphans after INFO_PATH move

Modified:
  head/devel/powerpc64-gcc/Makefile

Modified: head/devel/powerpc64-gcc/Makefile
==============================================================================
--- head/devel/powerpc64-gcc/Makefile	Sun Nov 11 08:46:15 2018	(r484667)
+++ head/devel/powerpc64-gcc/Makefile	Sun Nov 11 08:48:07 2018	(r484668)
@@ -107,7 +107,7 @@ post-install:
 	@${RM} ${STAGEDIR}${PREFIX}/man/man1/$f.1
 	@${RM} ${STAGEDIR}${PREFIX}/man/man1/$f.1.gz
 .endfor
-	@${RM} ${STAGEDIR}${PREFIX}/info/*
+	@${RM} ${STAGEDIR}${PREFIX}/share/info/*
 	@${RM} ${STAGEDIR}${PREFIX}/man/man7/*
 .if empty(PKGNAMEPREFIX:M*-*-)
 	@${RM} -r ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include-fixed


More information about the svn-ports-all mailing list