Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 17:15:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390171 - head/Mk
Message-ID:  <201506201715.t5KHFX3d056010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jun 20 17:15:32 2015
New Revision: 390171
URL: https://svnweb.freebsd.org/changeset/ports/390171

Log:
  Replace @dirrmtry by @dir in theory we should be able to remove it entirely but
  I have no time to fully check ll users

Modified:
  head/Mk/bsd.tex.mk

Modified: head/Mk/bsd.tex.mk
==============================================================================
--- head/Mk/bsd.tex.mk	Sat Jun 20 17:12:36 2015	(r390170)
+++ head/Mk/bsd.tex.mk	Sat Jun 20 17:15:32 2015	(r390171)
@@ -193,7 +193,7 @@ do-texhash:
 		"${TEXHASHDIRS:S,^,%D/,}" >> ${TMPPLIST}
 	@for D in ${TEXHASHDIRS}; do \
 		${ECHO_CMD} "@rmtry $$D/ls-R"; \
-		${ECHO_CMD} "@dirrmtry $$D"; \
+		${ECHO_CMD} "@dir $$D"; \
 	done >> ${TMPPLIST}
 . else
 	@${ECHO_CMD} "@exec for D in ${TEXHASHDIRS:S,^,${PREFIX}/,}; do " \



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