Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 08:48:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484668 - head/devel/powerpc64-gcc
Message-ID:  <201811110848.wAB8m7Xw034462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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