aboutsummaryrefslogtreecommitdiffstats
path: root/print/xdvi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/xdvi/Makefile')
-rw-r--r--print/xdvi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile
index 85200d5a9d69..7288e23a1cd5 100644
--- a/print/xdvi/Makefile
+++ b/print/xdvi/Makefile
@@ -33,7 +33,7 @@ post-configure:
@${PERL} -pi -e "s=distclean::=distclean:=g" ${WRKSRC}/Makefile
pre-install:
- @if ls /var/db/pkg/ | grep -qi ^tetex; then\
+ @if ${LS} /var/db/pkg/ | grep -qi ^tetex; then\
${ECHO_MSG} "*** WARNING ***";\
${ECHO_MSG} "This port conflicts with teTeX! If you have already installed";\
${ECHO_MSG} "teTeX, you may want to backup the xdvi and MakeTeXPK commands.";\